planetmint/pytest.ini
Jürgen Eckel c4bd7f9522 fixed pytest warnings
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
2022-03-24 00:59:38 +01:00

18 lines
351 B
INI

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