Spaces:
Sleeping
Sleeping
| [tool:pytest] | |
| testpaths = tests | |
| python_files = test_*.py | |
| python_classes = Test* | |
| python_functions = test_* | |
| addopts = | |
| -v | |
| --tb=short | |
| --strict-markers | |
| --disable-warnings | |
| -m "not database" | |
| --ignore=db_connection_test.py | |
| markers = | |
| slow: marks tests as slow (deselect with '-m "not slow"') | |
| integration: marks tests as integration tests (deselect with '-m "not integration"') | |
| database: marks tests that require database connection (deselect with '-m "not database"') | |
| filterwarnings = | |
| ignore::DeprecationWarning | |
| ignore::PendingDeprecationWarning | |