pratikbackend / pytest.ini
Antaram's picture
Upload 96 files
7647b38 verified
Raw
History Blame Contribute Delete
214 Bytes
# Pytest configuration
[pytest]
asyncio_mode = auto
asyncio_default_fixture_loop_scope = function
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = -v --tb=short