InnSight-Backend / api /pytest.ini
jackonthemike's picture
Initial commit: InnSight scraper backend with Playwright
d77abf8
raw
history blame contribute delete
155 Bytes
[pytest]
asyncio_mode = auto
testpaths = tests
python_files = test_*.py *_test.py
python_classes = Test*
python_functions = test_*
addopts = -v --tb=short