1
0
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:
matejcik 2019-08-06 15:09:43 +02:00 committed by matejcik
parent eb6f6dd572
commit c683251d7b
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

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