link_shortener/pytest.ini

6 lines
119 B
INI

[pytest]
env_files=
.test.env
pythonpath = . app
asyncio_mode = auto
python_files = *_test.py *_tests.py test_*.py