mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-11 12:17:45 +02:00
10 lines
346 B
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
|