mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
tests: add new test location to style checks
This commit is contained in:
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…
Reference in New Issue
Block a user