# Testing with pytests Tests use the `pytest` library and can be found in `torx_tests`. They're very easy to write. You can execute the whole test suite by typing `pytest` (or in parallel with `pytest -n auto`). You can also execute a single test or a test matching a keyword: see the `pytest` documentation and the Gitlab CI/CD file.