From 3e71023d30468b5f6d5d4b621a71f709cf13320e Mon Sep 17 00:00:00 2001 From: CESumner Date: Fri, 10 Dec 2021 12:11:13 +0000 Subject: [PATCH 1/2] Added all tests to CI --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 23e7e56..4695579 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,3 +38,5 @@ jobs: - name: Test with PyTest run: | pytest --cov=inflammation.models tests/test_models.py + pytest --cov=inflammation.models tests/test_patient.py + pytest --cov=inflammation.serializers tests/test_serializers.py From 01002593e73bc7b61c0d52185ae96b8ec6937afb Mon Sep 17 00:00:00 2001 From: Terry Sloan Date: Fri, 10 Dec 2021 12:38:22 +0000 Subject: [PATCH 2/2] fixed download link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25d3a86..64e13e7 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The following optional packages are required to run Inflam's unit tests: ## Installation/deployment -After cloning the repository ([download](https://github.com/CESumner/python-intermediate-inflammation.git)) the attached requirements file can be used to install dependencies with: +After cloning the repository ([download](https://github.com/hangqianjun/python-intermediate-inflammation.git)) the attached requirements file can be used to install dependencies with: > $ pip3 install -r requirements.txt