planetmint/pytest.ini
Jürgen Eckel 5b601478fa
initial singleton usage
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
2023-04-14 09:59:59 +02:00

19 lines
402 B
INI

[pytest]
testpaths = tests/
norecursedirs = .* *.egg *.egg-info env* devenv* docs
addopts = -m "not 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