16 lines
561 B
INI
16 lines
561 B
INI
[pytest]
|
|
addopts = -vvx --disable-warnings
|
|
#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
|
|
qrcode: test uses or tests QR related features
|
|
unfinalized: test cases produces an unfinalized PSBT
|
|
|
|
# DOES NOT WORK. see --disable-warnings instead
|
|
filterwarnings =
|
|
ignore: .*DeprecationWarning.*
|
|
ignore: script/microcode.py
|
|
ignore:.*script/microcode.py.*:DeprecationWarning
|