[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