planetmint/pytest.ini
Jürgen Eckel ac7c1171b8 Merge branch 'tarantool' of https://github.com/planetmint/planetmint into planetmint-tarantool
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
2022-05-16 08:51:49 +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