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 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