planetmint/pytest.ini
Jürgen Eckel 6f6c0d07a7
added compose test case. schema validation is still failing.
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
2023-01-25 16:43:29 +01:00

19 lines
398 B
INI

[pytest]
testpaths = tests/
norecursedirs = .* *.egg *.egg-info env* devenv* docs
addopts = -m "abci"
looponfailroots = planetmint tests
asyncio_mode = strict
markers =
bdb: bdb
skip: skip
abci: abci
usefixture('inputs'): unclear
userfixtures('utxoset'): unclear
language: lanuage
web: web
tendermint: tendermint
execute: execute
userfixtures
usefixture