diff options
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -218,7 +218,7 @@ To check for correct type usage in the application, run: Run unit tests with: #+BEGIN_SRC shell $ export QCAPP_CONF=</path/to/configuration/file.py> - $ pytest -k unit_test + $ pytest -m unit_test #+END_SRC To run ALL tests (not just unit tests): |