aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'grumpy/testsuite/__init__.py')
-rw-r--r--grumpy/testsuite/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/grumpy/testsuite/__init__.py b/grumpy/testsuite/__init__.py
index d5992e4..eb7540c 100644
--- a/grumpy/testsuite/__init__.py
+++ b/grumpy/testsuite/__init__.py
@@ -52,7 +52,7 @@ class GrumpyTestCase(unittest.TestCase):
def suite():
from . import favorites, pkgmodel, usermodel
suite = unittest.TestSuite()
- #suite.addTest(favorites.suite())
+ suite.addTest(favorites.suite())
suite.addTest(pkgmodel.suite())
suite.addTest(usermodel.suite())
return suite