summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-08-14 11:53:34 -0500
committerJason Madden <jamadden@gmail.com>2017-08-14 11:53:34 -0500
commit67c529190c57b5ff47de51694a21a173223da0de (patch)
treec5fad7d7b613ba4ce6cf3dac3d0e59873cf3ac7c /tox.ini
parent7cea1b2eaf656edd2da0c561a225ffeec26067f6 (diff)
downloadzope-pagetemplate-67c529190c57b5ff47de51694a21a173223da0de.tar.gz
100% test coveragecoverage
Fixes #9 Two potentially important changes: - Removed unused code in the tests/ package. If other packages were using it, they will need updates. (They shouldn't be, but that's happened before.) - Changed TraversableModuleImporter to catch ImportError instead of KeyError. There's no way the underlying SimpleModuleImporter can raise a KeyError anymore. I think this is the desired semantic but I am not 100% sure.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 0476758..90869b2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,7 +14,7 @@ basepython =
python2.7
commands =
coverage run -m zope.testrunner --test-path=src []
- coverage report --fail-under=88
+ coverage report --fail-under=100
deps =
{[testenv]deps}
coverage