diff --git a/README_SETUP.md b/README_SETUP.md index 374ea306100aff4cb4f6cbb37f4e9f1eee6f7abc..dc667da8aa5877132c1212d2ddd2827e85992118 100644 --- a/README_SETUP.md +++ b/README_SETUP.md @@ -103,7 +103,10 @@ like this, check out the "Authentication" section in the [configuration document Now would be a good time to continue with the [tutorials](tutorials/index). ## Run Unit Tests -tox + +- Run all tests: `tox` or `make unittest` +- Run a specific test file: e.g. `tox -- unittests/test_schema.py` +- Run a specific test function: e.g. `tox -- unittests/test_schema.py::test_config_files` ## Documentation ##