diff options
| author | BonfaceKilz | 2020-09-22 04:31:05 +0300 |
|---|---|---|
| committer | BonfaceKilz | 2020-09-22 04:32:42 +0300 |
| commit | 9f49e2dbdf4e06fcb39ed5146560937f228682a7 (patch) | |
| tree | a65f7790df25a9f2c19b33158609dc976a9b5870 /README.md | |
| parent | f184e2b4762d1ec5608d600dcb87406679212e39 (diff) | |
| download | genenetwork2-9f49e2dbdf4e06fcb39ed5146560937f228682a7.tar.gz | |
Update documentation on testing and CI
* README.md: Update section on testing. * doc/docker-container.org: Add it.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md index 46264252..f1decb3c 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,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: |
