[tool:pytest] asyncio_mode = auto testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* [coverage:run] source = app omit = app/__init__.py [coverage:report] exclude_lines = pragma: no cover def __repr__ raise NotImplementedError