From 9ab4316ee3c4d3068053c94334c64915514d8664 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 28 Feb 2024 10:55:00 +0300 Subject: tests: Update unit tests: remove use of obsoleted functions. --- README.org | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'README.org') 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= + $ pytest -k unit_test +#+END_SRC + +To run ALL tests (not just unit tests): +#+BEGIN_SRC shell + $ export QCAPP_CONF= + $ pytest #+END_SRC ** Deploying/Installing QC +**NOTE**: All tests should pass before you deploy the uploader! + *** CLI: Docker Generate the docker image file with -- cgit v1.2.3