diff options
| author | J08nY | 2017-08-07 18:36:17 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-07 18:36:17 +0200 |
| commit | 9421a6ad9c3d272fd16ece2c21d317ab48251dae (patch) | |
| tree | b7cb079e8b0bd6c7f5312a38c59d22da68a7eae5 /src/mailman/styles/tests/test_styles.py | |
| parent | 324226f1f859f6be5e932dc9abe638aba268d154 (diff) | |
| parent | e65f5e7bbb34063e252ffecd13fc349c5cb69a24 (diff) | |
| download | mailman-9421a6ad9c3d272fd16ece2c21d317ab48251dae.tar.gz mailman-9421a6ad9c3d272fd16ece2c21d317ab48251dae.tar.zst mailman-9421a6ad9c3d272fd16ece2c21d317ab48251dae.zip | |
Diffstat (limited to 'src/mailman/styles/tests/test_styles.py')
| -rw-r--r-- | src/mailman/styles/tests/test_styles.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mailman/styles/tests/test_styles.py b/src/mailman/styles/tests/test_styles.py index a763082bf..a09967eb6 100644 --- a/src/mailman/styles/tests/test_styles.py +++ b/src/mailman/styles/tests/test_styles.py @@ -31,14 +31,11 @@ from zope.interface.exceptions import DoesNotImplement class DummyStyle: name = 'dummy' - priority = 1 + description = 'A dummy style.' def apply(self, mlist): pass - def match(self, mlist, styles): - styles.append(self) - class TestStyle(unittest.TestCase): """Test styles.""" |
