diff options
| author | bwarsaw | 2001-10-01 16:39:12 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-10-01 16:39:12 +0000 |
| commit | e858c7afdd086b2dad99ee13a15ab8f06eb4d136 (patch) | |
| tree | 4800a990b602d96c6a49d2f7097bbc3da81aff5e /tests/testall.py | |
| parent | 2825f393561f20c82103914c741bbc5ca88543eb (diff) | |
| download | mailman-e858c7afdd086b2dad99ee13a15ab8f06eb4d136.tar.gz mailman-e858c7afdd086b2dad99ee13a15ab8f06eb4d136.tar.zst mailman-e858c7afdd086b2dad99ee13a15ab8f06eb4d136.zip | |
Diffstat (limited to 'tests/testall.py')
| -rw-r--r-- | tests/testall.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testall.py b/tests/testall.py index eceedca05..fe6d01171 100644 --- a/tests/testall.py +++ b/tests/testall.py @@ -18,7 +18,7 @@ import unittest -MODULES = ['bounces'] +MODULES = ('bounces', 'handlers', 'membership') |
