aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.org b/README.org
index ca77653..8968f55 100644
--- a/README.org
+++ b/README.org
@@ -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):