aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-01-02 08:49:25 +0300
committerFrederick Muriuki Muriithi2024-01-02 08:49:25 +0300
commit7a2bcc9e86bde0eb9c0d370f83df4684e5522f26 (patch)
treec3ab56044e34cc06165b2be972477635fbaf4158 /README.org
parent2162cec2084f712993180618eb92c5a6dfdc5963 (diff)
downloadgn-uploader-7a2bcc9e86bde0eb9c0d370f83df4684e5522f26.tar.gz
Cleanup: Fix linting and typing errors and update docs.
Diffstat (limited to 'README.org')
-rw-r--r--README.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.org b/README.org
index a0202dc..d0ccbf5 100644
--- a/README.org
+++ b/README.org
@@ -65,14 +65,14 @@ flask run
*** Checks
-Run tests with:
+Run unit tests with:
#+BEGIN_SRC shell
- pytest
+ pytest -k unit_test
#+END_SRC
To run the linter over the code base, run:
#+BEGIN_SRC shell
- pylint *.py tests quality_control qc_app scripts
+ pylint *.py tests quality_control qc_app r_qtl scripts
#+END_SRC
To check for correct type usage in the application, run: