mirror of
https://github.com/jonasrosland/gitmirror.git
synced 2025-05-10 20:05:33 +02:00
9 lines
No EOL
257 B
INI
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 |