aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-02-28 10:55:00 +0300
committerFrederick Muriuki Muriithi2024-02-28 10:55:00 +0300
commit9ab4316ee3c4d3068053c94334c64915514d8664 (patch)
tree0d8843b9ed6a6b461e007930a4e006fa89646fba /README.org
parentdfd855acbf302e2d3b323f292da27796305fac76 (diff)
downloadgn-uploader-9ab4316ee3c4d3068053c94334c64915514d8664.tar.gz
tests: Update unit tests: remove use of obsoleted functions.
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