patman: Rename test_basic() in test_checkpatch
authorSimon Glass <sjg@chromium.org>
Tue, 29 Apr 2025 13:22:08 +0000 (07:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:41 +0000 (10:07 +0100)
commitf5ec4f05f9322bdbfcbff79bfbe2f5f06380ec7d
treeb34b86f03d43b47e91a31ec628ab04818838d961
parent5053549532dbdb5fff398e5dfd1d63740948125c
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>
tools/patman/test_checkpatch.py