gmao/pytest.ini

9 lines
185 B
INI
Raw Normal View History

2026-08-14 18:02:25 +02:00
[pytest]
testpaths = tests/unit tests/integration
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = -v
filterwarnings =
ignore::DeprecationWarning