linsui
7a98650ed3
Sort import
...
ruff check --fix --select I
2025-07-26 15:35:19 +00:00
Hans-Christoph Steiner
eef3188600
test_signatures: remove unneeded config from tests
2025-03-25 10:23:00 +00:00
Hans-Christoph Steiner
d024c8964f
convert test_signatures.py to black code format
2025-03-25 10:23:00 +00:00
Hans-Christoph Steiner
0b3fe26524
skip tests that won't run on a given CPU architecture
2025-03-19 15:47:06 +01:00
Hans-Christoph Steiner
66d220bd9f
tests: rename testcommon module to shared_test_code
...
This name always confuses me, since there is also test_common.py. And this
module is not actually a test suite, even though it starts with "test".
This also makes for better tab completion, e.g.
python3 -m unittest tests/te[Tab] -> tests/test_
2025-01-27 10:11:19 +00:00
SilentGhost
7ff32bc4b0
Refactor TestCase files into python modules
...
Convert all TestCase files into standard python modules to be run and
discovered by unittest.
2024-11-20 10:37:52 +01:00