From 9bd0c01bd141fe3e88bb699610990431e9262704 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Wed, 22 Jul 2020 18:12:54 -0700 Subject: Add pytest-cov for code coverage Also remove pytest-runner from the list of dependencies to be installed, as it's only necessary when running the test suite --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 801c8b5..92278d5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,4 +2,4 @@ test = pytest [tool:pytest] -addopts = --verbose +addopts = --cov wikiget --verbose test -- cgit v1.2.3