Spaces:
Running
Running
Jatin Mehra
Add pytest configuration and restructure test files; move tests to core directory and update imports
5b02b7b
[pytest] | |
testpaths = tests | |
pythonpath = src | |
addopts = -v --tb=short | |
python_files = test_*.py | |
python_classes = *Tests TestIntegration | |
python_functions = test_* async_test_* |