From 35a662f3b9b887443eddf8b5cd4b11acaca3d6af Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sat, 2 Dec 2023 08:38:25 +0700 Subject: [PATCH] Revert "CONTRIBUTING.md: temporarily remove `--cov`" This reverts commit 439e5264eb8aaff74aeb80588b86e13b9f0c320e. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6a421768a..71258ab2c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -78,7 +78,7 @@ For speedier testing, you can also run [pytest](http://pytest.org/) directly on ```shell cd test/mitmproxy/addons -pytest --looponfail test_anticache.py +pytest --cov mitmproxy.addons.anticache --cov-report term-missing --looponfail test_anticache.py ``` Please ensure that all patches are accompanied by matching changes in the test suite. The project tries to maintain 100%