Spaces:
Running
Running
File size: 171 Bytes
5b02b7b |
1 2 3 4 5 6 7 |
[pytest]
testpaths = tests
pythonpath = src
addopts = -v --tb=short
python_files = test_*.py
python_classes = *Tests TestIntegration
python_functions = test_* async_test_* |