summaryrefslogtreecommitdiff
path: root/src/mailman/utilities/tests/test_modules.py
diff options
context:
space:
mode:
authorJ08nY2017-07-04 21:18:23 +0200
committerJ08nY2017-08-07 18:14:00 +0200
commit00f52639673dc4db32ac9302e2a70483492d621e (patch)
tree4cbebfe9b2d6cafadda5575078c0430a4a4b2dd6 /src/mailman/utilities/tests/test_modules.py
parent324226f1f859f6be5e932dc9abe638aba268d154 (diff)
downloadmailman-00f52639673dc4db32ac9302e2a70483492d621e.tar.gz
mailman-00f52639673dc4db32ac9302e2a70483492d621e.tar.zst
mailman-00f52639673dc4db32ac9302e2a70483492d621e.zip
Diffstat (limited to 'src/mailman/utilities/tests/test_modules.py')
-rw-r--r--src/mailman/utilities/tests/test_modules.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/utilities/tests/test_modules.py b/src/mailman/utilities/tests/test_modules.py
index 82d44cff4..08ec3848a 100644
--- a/src/mailman/utilities/tests/test_modules.py
+++ b/src/mailman/utilities/tests/test_modules.py
@@ -99,8 +99,8 @@ class BadStyle:
in find_components('mypackage', IStyle)]
self.assertEqual(names, ['good-style'])
- def test_find_components_no_instantiate(self):
- # find_components() now instantiates the class unless it's been
+ def test_find_components_abstract_component(self):
+ # find_components() finds the class unless it's been
# decorated with the @abstract_component decorator.
with ExitStack() as resources:
# Creating a temporary directory and adding it to sys.path.