Files
kumacli/pytest.ini
Pim van Pelt e2e65add2e Add tests
2025-08-02 20:03:32 +02:00

14 lines
285 B
INI

[tool:pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
pythonpath = src
addopts =
-v
--tb=short
--strict-markers
--disable-warnings
filterwarnings =
ignore::DeprecationWarning
ignore::PendingDeprecationWarning