diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -82,7 +82,7 @@ docker-compose up ### Running Tests -Tests are ran through coverage.py using unittest. Before tests can run, the dev venv Docker image has to be built: +Tests are run through coverage.py using unittest. Before tests can run, the dev venv Docker image has to be built: ``` pipenv run builddev @@ -94,7 +94,7 @@ Alternatively, the following command will build the image and then run the tests pipenv run testb ``` -If the image doesn't need to be built, the tests can be ran with: +If the image doesn't need to be built, the tests can be run with: ``` pipenv run test |