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-08-02 13:58:12 +00:00
|
|
|
|
2019-12-06 08:56:38 +00:00
|
|
|
See the [tests](../../tests/index.md) section.
|