Skip to content
Snippets Groups Projects
Verified Commit 694f981c authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: More specific test instructions.

parent 77c1d75e
No related branches found
No related tags found
1 merge request!57RELEASE 0.7.3
Pipeline #21926 passed with warnings
......@@ -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 ##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment