Files
ai-software-factory/ai_software_factory/pytest.ini
Simon Diesenreiter e824475872
Some checks failed
Upload Python Package / Create Release (push) Successful in 37s
Upload Python Package / deploy (push) Failing after 38s
feat: initial release, refs NOISSUE
2026-04-02 01:43:16 +02:00

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