Spaces:
Sleeping
Sleeping
| [pytest] | |
| testpaths = tests | |
| pythonpath = src | |
| python_files = test_*.py | |
| python_classes = Test* | |
| python_functions = test_* | |
| addopts = | |
| -ra | |
| --strict-markers | |
| --tb=short | |
| filterwarnings = | |
| ignore::UserWarning | |
| ignore::DeprecationWarning | |