Spaces:
Sleeping
Sleeping
| [pytest] | |
| minversion = 7.0 | |
| addopts = | |
| -ra | |
| -q | |
| --strict-markers | |
| --strict-config | |
| --cov=app | |
| --cov-report=term-missing | |
| --cov-report=html | |
| testpaths = | |
| tests/unit | |
| tests/integration | |
| python_files = test_*.py | |
| python_classes = Test* | |
| python_functions = test_* | |
| markers = | |
| asyncio: mark test as async | |
| integration: mark test as integration test | |
| slow: mark test as slow running | |
| asyncio_mode = auto | |
| filterwarnings = | |
| ignore::DeprecationWarning | |
| ignore::PendingDeprecationWarning | |