qemu-cr16/tests/functional/qemu_test
Thomas Huth 94b66a3535 tests/functional: Fix problems in testcase.py reported by pylint
- put 3rd party "import pycotap" after the standard imports
- "help" is a built-in function in Python, don't use it as a variable name
- put the doc strings in the right locations (after the "def" line)
- use isinstance() instead of checking via type()

Message-Id: <a3413bbd-e98c-4267-81c7-aa42aeda8a09@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2025-11-11 09:34:18 +01:00
..
__init__.py tests/functional: Add decorator to skip test on missing env vars 2025-10-07 07:33:40 +01:00
archive.py tests/functional: replace 'run_cmd' with subprocess helpers 2024-12-17 19:39:53 +01:00
asset.py tests/functional: Fix problems in asset.py reported by pylint 2025-11-03 08:27:58 +01:00
cmd.py tests/functional: fix infinite loop on console EOF 2025-09-09 12:41:18 +02:00
config.py tests/functional: Introduce the dso_suffix() helper 2025-03-10 10:30:00 +00:00
decorators.py tests/functional: Fix problems in decorators.py reported by pylint 2025-11-03 08:27:58 +01:00
gdb.py tests/functional: Add GDB class 2025-10-07 07:33:40 +01:00
linuxkernel.py tests/functional: Fix problems in linuxkernel.py reported by pylint 2025-11-03 08:27:58 +01:00
ports.py tests/functional: Use more fine-grained locking when looking for free ports 2025-08-27 09:46:54 +02:00
tesseract.py tests/functional: replace 'run_cmd' with subprocess helpers 2024-12-17 19:39:53 +01:00
testcase.py tests/functional: Fix problems in testcase.py reported by pylint 2025-11-11 09:34:18 +01:00
tuxruntest.py tests/functional: Remove unnecessary import statements 2025-04-23 07:51:25 +02:00
uncompress.py tests/functional: Fix problems in uncompress.py reported by pylint 2025-11-03 08:27:58 +01:00
utils.py tests/functional: Fix problems in utils.py reported by pylint 2025-11-03 08:27:58 +01:00