planetmint/pytest.ini
2022-02-03 08:28:57 +00:00

13 lines
246 B
INI

[pytest]
testpaths = tests/
norecursedirs = .* *.egg *.egg-info env* devenv* docs
addopts = -m "not abci"
looponfailroots = planetmint tests
asyncio_mode = strict
markers =
userfixtures
language
tendermint
usefixture
execute