mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
patman: Rename test_basic() in test_checkpatch
This currently has the same name as a test in func_test.py so it isn't possible to select one or the other with 'patman test test_basic': both are executed. Rename this one to avoid confusion. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
5053549532
commit
f5ec4f05f9
@ -137,7 +137,7 @@ Signed-off-by: Simon Glass <sjg@chromium.org>
|
||||
class TestPatch(unittest.TestCase):
|
||||
"""Test the u_boot_line() function in checkpatch.pl"""
|
||||
|
||||
def test_basic(self):
|
||||
def test_filter(self):
|
||||
"""Test basic filter operation"""
|
||||
data='''
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user