diff options
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 |