diff options
| author | Barry Warsaw | 2012-03-23 19:15:43 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2012-03-23 19:15:43 -0400 |
| commit | e005e1b12fa0bd82d2e126df476b5505b440ce36 (patch) | |
| tree | f51fe7931545e23058cdb65595c7caed9b43bb0e /src/mailman/testing/layers.py | |
| parent | 1d9fdeb0e587352a3bc66a3263152614bb6085dd (diff) | |
| download | mailman-e005e1b12fa0bd82d2e126df476b5505b440ce36.tar.gz mailman-e005e1b12fa0bd82d2e126df476b5505b440ce36.tar.zst mailman-e005e1b12fa0bd82d2e126df476b5505b440ce36.zip | |
Diffstat (limited to 'src/mailman/testing/layers.py')
| -rw-r--r-- | src/mailman/testing/layers.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mailman/testing/layers.py b/src/mailman/testing/layers.py index 04ab8f91f..41ef86935 100644 --- a/src/mailman/testing/layers.py +++ b/src/mailman/testing/layers.py @@ -17,6 +17,14 @@ """Mailman test layers.""" +# XXX 2012-03-23 BAW: Layers really really suck. For example, the +# test_owners_get_email() test requires that both the SMTPLayer and LMTPLayer +# be set up, but there's apparently no way to do that and make zope.testing +# happy. This causes no tests failures, but it does cause errors at the end +# of the full test run. For now, I'll ignore that, but I do want to +# eventually get rid of the zope.test* dependencies and use something like +# testresources or some such. + from __future__ import absolute_import, unicode_literals __metaclass__ = type |
