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
forced_separate = apps
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]
addopts = --strict

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

Loading…
Cancel
Save