diff options
| author | Barry Warsaw | 2008-02-26 21:24:13 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2008-02-26 21:24:13 -0500 |
| commit | f0c044111dfdf6ffe3531df18ccf268a4056874b (patch) | |
| tree | d3145c9d06e8334ba51b896ed14626ef7400d9fc /Mailman/tests/test_documentation.py | |
| parent | 94bdb0a452dc088002f156e3e0e032085693d3f3 (diff) | |
| download | mailman-f0c044111dfdf6ffe3531df18ccf268a4056874b.tar.gz mailman-f0c044111dfdf6ffe3531df18ccf268a4056874b.tar.zst mailman-f0c044111dfdf6ffe3531df18ccf268a4056874b.zip | |
Diffstat (limited to 'Mailman/tests/test_documentation.py')
| -rw-r--r-- | Mailman/tests/test_documentation.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mailman/tests/test_documentation.py b/Mailman/tests/test_documentation.py index d9a052d70..8cbdd5653 100644 --- a/Mailman/tests/test_documentation.py +++ b/Mailman/tests/test_documentation.py @@ -52,8 +52,7 @@ def specialized_message_from_string(text): def setup(testobj): - """Set up some things for convenience.""" - testobj.globs['config'] = config + """Test setup.""" testobj.globs['message_from_string'] = specialized_message_from_string |
