Files
ai_software_factory/ai_software_factory/pytest.ini

11 lines
224 B
INI

[pytest]
testpaths = tests
pythonpath = .
addopts = -v --tb=short
filterwarnings =
ignore::DeprecationWarning
asyncio_mode = auto
asyncio_default_fixture_loop_scope = function
asyncio_default_test_loop_scope = function