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

15 lines
336 B
Markdown
Raw Normal View History

2018-05-04 14:57:25 +00:00
# Testing
2019-10-01 13:07:50 +00:00
We have two types of tests in Core:
2018-05-04 14:57:25 +00:00
2019-10-01 13:07:50 +00:00
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.
2018-05-04 14:57:25 +00:00
2019-10-01 13:07:50 +00:00
## Core tests
2018-05-04 14:57:25 +00:00
2019-10-01 13:07:50 +00:00
See the `core/tests/` directory.
2018-06-05 21:42:26 +00:00
2019-10-01 13:07:50 +00:00
## Common tests
2019-12-06 08:56:38 +00:00
See the [tests](../../tests/index.md) section.