tests: add new test location to style checks

pull/404/head
matejcik 5 years ago committed by matejcik
parent eb6f6dd572
commit c683251d7b

@ -26,7 +26,8 @@ line_length = 88
not_skip=__init__.py not_skip=__init__.py
forced_separate = apps forced_separate = apps
known_standard_library = micropython,ubinascii,ustruct,uctypes,utime,utimeq,trezorio,trezorui,trezorutils,trezorconfig known_standard_library = micropython,ubinascii,ustruct,uctypes,utime,utimeq,trezorio,trezorui,trezorutils,trezorconfig
known_third_party = curve25519,ecdsa,hypothesis known_third_party = curve25519,ecdsa,hypothesis,pytest,mnemonic
known_first_party = trezorlib
[tool:pytest] [tool:pytest]
addopts = --strict addopts = --strict

@ -3,3 +3,4 @@
^\./crypto/ ^\./crypto/
^\./legacy/ ^\./legacy/
^\./storage/ ^\./storage/
^\./tests/

Loading…
Cancel
Save