mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00

Added the newest transaction package and support for Compose and Decompose as specified in PRP-5 https://github.com/planetmint/PRPs/tree/main/5
19 lines
398 B
INI
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
|