diff options
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2,6 +2,10 @@ #+TITLE: GeneNetwork Quality Control Application #+OPTIONS: ^:{} +[[https://ci.genenetwork.org/jobs/gn-uploader][https://ci.genenetwork.org/badge/gn-uploader.svg]] +[[https://ci.genenetwork.org/jobs/gn-uploader-all-tests][https://ci.genenetwork.org/badge/gn-uploader-all-tests.svg]] + + ** Project Goals The project seeks to handle the checking of data files for correct syntax and @@ -219,7 +223,7 @@ To check for correct type usage in the application, run: Run unit tests with: #+BEGIN_SRC shell $ export UPLOADER_CONF=</path/to/configuration/file.py> - $ pytest -m unit_test + $ pytest -m unit_test -n auto #+END_SRC To run ALL tests (not just unit tests): |
