mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +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
|
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…
Reference in New Issue
Block a user