You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/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>
3 days ago
..
__init__.py tests/functional: Add decorator to skip test on missing env vars 1 month ago
archive.py tests/functional: replace 'run_cmd' with subprocess helpers 11 months ago
asset.py tests/functional: Fix problems in asset.py reported by pylint 2 weeks ago
cmd.py tests/functional: fix infinite loop on console EOF 2 months ago
config.py tests/functional: Introduce the dso_suffix() helper 8 months ago
decorators.py tests/functional: Fix problems in decorators.py reported by pylint 2 weeks ago
gdb.py tests/functional: Add GDB class 1 month ago
linuxkernel.py tests/functional: Fix problems in linuxkernel.py reported by pylint 2 weeks ago
ports.py tests/functional: Use more fine-grained locking when looking for free ports 3 months ago
tesseract.py tests/functional: replace 'run_cmd' with subprocess helpers 11 months ago
testcase.py tests/functional: Fix problems in testcase.py reported by pylint 3 days ago
tuxruntest.py tests/functional: Remove unnecessary import statements 7 months ago
uncompress.py tests/functional: Fix problems in uncompress.py reported by pylint 2 weeks ago
utils.py tests/functional: Fix problems in utils.py reported by pylint 2 weeks ago