diff options
| author | zsloan | 2020-09-22 16:50:07 -0500 |
|---|---|---|
| committer | zsloan | 2020-09-22 16:50:07 -0500 |
| commit | bb146e6d6d8fefa2f588bbaaede9867a4f132e4d (patch) | |
| tree | 406ebbe6ee9b17edcce6725643171ee8c583b881 /README.md | |
| parent | 00cefa3d42c3e2b6633573eb124e1bcf68cea7ab (diff) | |
| parent | 28b348c9956d21228d01cac6c3668e5ea7abf2e2 (diff) | |
| download | genenetwork2-bb146e6d6d8fefa2f588bbaaede9867a4f132e4d.tar.gz | |
Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md index 46264252..cd35defb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [](https://zenodo.org/badge/latestdoi/5591/genenetwork/genenetwork2) [](http://joss.theoj.org/papers/10.21105/joss.00025) +[](https://github.com/genenetwork/genenetwork2/actions) # GeneNetwork @@ -42,9 +43,17 @@ Also mariadb and redis need to be running, see ## Testing To have tests pass, the redis and mariadb instance should be running, because of -asserts sprinkled in the code base(these will be removed in due time). +asserts sprinkled in the code base. + +Right now, the only tests running in CI are unittests. Please make +sure the existing unittests are green when submitting a PR. + +See +[./bin/genenetwork2](https://github.com/genenetwork/genenetwork2/blob/testing/doc/docker-container.org) +for more details. #### Mechanical Rob + We are building 'Mechanical Rob' automated testing using Python [requests](https://github.com/genenetwork/genenetwork2/tree/testing/test/requests) which can be run with: |
