aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 20a4de7..aeb296a 100644
--- a/README.org
+++ b/README.org
@@ -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):