From 853a5d6653e7934801668fe69ff0f30b393ff040 Mon Sep 17 00:00:00 2001 From: Kevin Marsh Date: Tue, 5 Jan 2021 13:45:19 -0800 Subject: [PATCH] docs: update the simplified `make alltests` instructions to include reference to installing coverage --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 17b4a317..8d7345ff 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -103,7 +103,7 @@ that each distribution has an alias to call the Python interpreter: Alternatively, use `pytest` to run the tests just for the current Python version: -- install `pytest` and `flake8` +- install `pytest`, `coverage`, `pytest-cov` and `flake8` - run the following command: ```