aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.org b/README.org
index 9e0324a..20a4de7 100644
--- a/README.org
+++ b/README.org
@@ -217,11 +217,20 @@ To check for correct type usage in the application, run:
Run unit tests with:
#+BEGIN_SRC shell
- pytest -k unit_test
+ $ export QCAPP_CONF=</path/to/configuration/file.py>
+ $ pytest -k unit_test
+#+END_SRC
+
+To run ALL tests (not just unit tests):
+#+BEGIN_SRC shell
+ $ export QCAPP_CONF=</path/to/configuration/file.py>
+ $ pytest
#+END_SRC
** Deploying/Installing QC
+**NOTE**: All tests should pass before you deploy the uploader!
+
*** CLI: Docker
Generate the docker image file with