summaryrefslogtreecommitdiff
path: root/tests/test_config/test_actions.py
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-10-18 21:25:36 -0500
committerMichael Merickel <michael@merickel.org>2018-10-18 21:25:36 -0500
commit69ea9e4ad7e11581d724ffe91aa66935a62c06d7 (patch)
tree0c3901d9b0ce7cf7b74ce4a10aac8dc5eeb37974 /tests/test_config/test_actions.py
parentaff6ee3c87a7a3f114e9b611b22c9dd41d79614a (diff)
downloadpyramid-69ea9e4ad7e11581d724ffe91aa66935a62c06d7.tar.gz
pyramid-69ea9e4ad7e11581d724ffe91aa66935a62c06d7.tar.bz2
pyramid-69ea9e4ad7e11581d724ffe91aa66935a62c06d7.zip
fix coverage
Diffstat (limited to 'tests/test_config/test_actions.py')
-rw-r--r--tests/test_config/test_actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config/test_actions.py b/tests/test_config/test_actions.py
index 098f73585..a72d0d7b1 100644
--- a/tests/test_config/test_actions.py
+++ b/tests/test_config/test_actions.py
@@ -6,7 +6,7 @@ from pyramid.exceptions import ConfigurationExecutionError
from pyramid.interfaces import IRequest
-class ConfiguratorTests(unittest.TestCase):
+class ActionConfiguratorMixinTests(unittest.TestCase):
def _makeOne(self, *arg, **kw):
from pyramid.config import Configurator