diff options
author | Simon Glass <sjg@chromium.org> | 2025-04-29 07:22:08 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2025-05-27 10:07:41 +0100 |
commit | f5ec4f05f9322bdbfcbff79bfbe2f5f06380ec7d (patch) | |
tree | b34b86f03d43b47e91a31ec628ab04818838d961 | |
parent | 5053549532dbdb5fff398e5dfd1d63740948125c (diff) |
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>
-rw-r--r-- | tools/patman/test_checkpatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patman/test_checkpatch.py b/tools/patman/test_checkpatch.py index 3bf16febbf6..4e8d163184e 100644 --- a/tools/patman/test_checkpatch.py +++ b/tools/patman/test_checkpatch.py @@ -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=''' |