| # Testing Guides |
| |
| The following guide provide an introduction to the testing mechanisms available |
| in the SDK. |
| |
| ```{toctree} |
| :glob: |
| :maxdepth: 1 |
| :hidden: |
| |
| * |
| ``` |
| |
| ## Unit testing |
| |
| - [Unit tests](./unit_testing.md) |
| |
| ## Integration and Certification tests |
| |
| - [Integration and Certification tests](./integration_tests.md) |
| - [YAML](./yaml.md) |
| - [Python testing framework](./python.md) |
| - [Enabling tests in the CI](./ci_testing.md) |
| |
| ## PICS and PIXIT |
| |
| - [PICS and PIXIT](./pics_and_pixit.md) |
| |
| ## Testing in the CI |
| |
| - [CI testing](./ci_testing.md) |