CRAWL-GPT-CHAT / pytest.ini
Jatin Mehra
Add pytest configuration and restructure test files; move tests to core directory and update imports
5b02b7b
raw
history blame contribute delete
171 Bytes
[pytest]
testpaths = tests
pythonpath = src
addopts = -v --tb=short
python_files = test_*.py
python_classes = *Tests TestIntegration
python_functions = test_* async_test_*