about summary refs log tree commit diff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.org b/README.org
index 84ad65a..d7a0dcb 100644
--- a/README.org
+++ b/README.org
@@ -80,11 +80,6 @@ flask run
 
 *** Checks
 
-Run unit tests with:
-#+BEGIN_SRC shell
-  pytest -k unit_test
-#+END_SRC
-
 To run the linter over the code base, run:
 #+BEGIN_SRC shell
   pylint setup.py wsgi.py tests quality_control qc_app r_qtl scripts
@@ -95,6 +90,11 @@ To check for correct type usage in the application, run:
   mypy --show-error-codes .
 #+END_SRC
 
+Run unit tests with:
+#+BEGIN_SRC shell
+  pytest -k unit_test
+#+END_SRC
+
 ** Deploying/Installing QC
 
 *** CLI: Docker