From 694f981cde86e71f4fb6c478615642f4d16bab0e Mon Sep 17 00:00:00 2001 From: Daniel Hornung <d.hornung@indiscale.com> Date: Wed, 20 Apr 2022 08:47:43 +0200 Subject: [PATCH] DOC: More specific test instructions. --- README_SETUP.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README_SETUP.md b/README_SETUP.md index 374ea306..dc667da8 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 ## -- GitLab