1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 10:58:59 +00:00
trezor-firmware/docs/core/tests/index.md
2019-12-06 12:24:20 +00:00

336 B

Testing

We have two types of tests in Core:

  1. Unit tests that are specific to Trezor Core.
  2. 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.