diff options
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') |
