Files
openswarm/pytest.ini

10 lines
346 B
INI

[pytest]
# Pytest invoked from project root (see scripts/test.sh and the GitHub
# Actions workflow). Keeping the ini here makes that the rootdir so
# `from backend.apps...` imports resolve without sys.path tweaks.
testpaths = backend/tests
asyncio_mode = auto
filterwarnings =
ignore::DeprecationWarning
ignore::PendingDeprecationWarning