gitmirror/pytest.ini
Jonas Rosland 06a77bb5e6 First commit
Signed-off-by: Jonas Rosland <jonas.rosland@gmail.com>
2025-03-14 09:04:43 -04:00

9 lines
No EOL
257 B
INI

[pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = -v --cov=gitmirror --cov-report=term-missing
markers =
unit: marks a test as a unit test
integration: marks a test as an integration test