You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/core/docs/tests/index.md

15 lines
350 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 [README](../../../tests/README.md) file in `tests/`.