Shortlist / backend /pytest.ini
Eren-Sama
Initial commit — full-stack AI portfolio architect
53e1531
[pytest]
testpaths = tests
asyncio_mode = auto
addopts = -v --tb=short --strict-markers
markers =
slow: marks tests as slow (deselect with '-m "not slow"')
integration: marks tests that require external services