diff --git a/docs/development_testing.md b/docs/development_testing.md index fbca68be..79793400 100644 --- a/docs/development_testing.md +++ b/docs/development_testing.md @@ -2,7 +2,12 @@ title: "Testing your code" --- -As states in the [Style guidelines section](development_guidelines.md) all code is checked to verify all unit tests pass and that the code passes the linting tools. Local testing is done using Tox, which has been installed as part of running `script/setup`. To start the tests, simply run it: +As it states in the [Style guidelines section](development_guidelines.md) all code is checked to verify the following: + +- All the unit tests pass +- All code passes the checks from the linting tools + +Local testing is done using Tox, which has been installed as part of running `script/setup` in the [virtual environment](development_environment.md). To start the tests, activate the virtual environment and simply run the command: ```bash $ tox