diff options
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |