hsg_rag_eea / pytest.ini
Pygmales's picture
Sync from GitHub dbb86cf4b41e84b3c8d61170a6dca9742c686757
9f2df60 verified
Raw
History Blame
206 Bytes
[pytest]
testpaths = tests
addopts = -m "not network and not integration"
markers =
network: requires external network access
integration: requires external services or full-stack integration setup