diff options
| author | Barry Warsaw | 2008-07-03 15:32:25 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2008-07-03 15:32:25 -0400 |
| commit | 408043ad8404798e9b8b93a1ee1cd81db897639c (patch) | |
| tree | 7002f8465007663a700d281aaed8cc701a50cabf /mailman/bin/testall.py | |
| parent | ed752bbc1cb7731ce0eebb8cd7301d0322b9ef49 (diff) | |
| download | mailman-408043ad8404798e9b8b93a1ee1cd81db897639c.tar.gz mailman-408043ad8404798e9b8b93a1ee1cd81db897639c.tar.zst mailman-408043ad8404798e9b8b93a1ee1cd81db897639c.zip | |
mailman.tests should contain only tests.
mailman.testing should contain any support for running the tests.
Diffstat (limited to 'mailman/bin/testall.py')
| -rw-r--r-- | mailman/bin/testall.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailman/bin/testall.py b/mailman/bin/testall.py index e4e2cc140..e7b3c445b 100644 --- a/mailman/bin/testall.py +++ b/mailman/bin/testall.py @@ -198,7 +198,7 @@ def main(): enable_logging_cfg = True cfg_in = pkg_resources.resource_string( - 'mailman.tests', 'testing.cfg.in') + 'mailman.testing', 'testing.cfg.in') fd, cfg_out = tempfile.mkstemp(suffix='.cfg') os.close(fd) with open(cfg_out, 'w') as fp: |
