diff options
author | Frederick Muriuki Muriithi | 2024-02-28 10:55:00 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-02-28 10:55:00 +0300 |
commit | 9ab4316ee3c4d3068053c94334c64915514d8664 (patch) | |
tree | 0d8843b9ed6a6b461e007930a4e006fa89646fba /README.org | |
parent | dfd855acbf302e2d3b323f292da27796305fac76 (diff) | |
download | gn-uploader-9ab4316ee3c4d3068053c94334c64915514d8664.tar.gz |
tests: Update unit tests: remove use of obsoleted functions.
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 |