mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 02:31:05 +00:00
336 B
336 B
Testing
We have two types of tests in Core:
- Unit tests that are specific to Trezor Core.
- Common tests, which are common to both Trezor Core (Model T) and Legacy (Model one). Device tests belong to this category.
Core tests
See the core/tests/
directory.
Common tests
See the tests section.