8 lines
246 B
INI
8 lines
246 B
INI
[pytest]
|
|
addopts = -vvx
|
|
#addopts = -vv
|
|
markers =
|
|
bitcoind: indicates local bitcoind (testnet) will be needed
|
|
onetime: test cant be combined with any others, likely needs board reset
|
|
veryslow: test takes more than 30 minutes realtime
|