X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=apps%2Fpatchwork%2Ftests%2F__init__.py;h=044c8baca9c4124389901f2833aa6c1658fda943;hb=fc58a911d4a43d6e0b06a1bd2e397e5448a591a7;hp=42413a145295435f1897fe475735284a5b0b38d6;hpb=b537242352ca645916c807ea71a3094758d6b9d8;p=patchwork diff --git a/apps/patchwork/tests/__init__.py b/apps/patchwork/tests/__init__.py index 42413a1..044c8ba 100644 --- a/apps/patchwork/tests/__init__.py +++ b/apps/patchwork/tests/__init__.py @@ -18,9 +18,9 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA import unittest -from patchwork.tests import patchparser +from patchwork.tests import patchparser, encodings, bundles, mboxviews -modules = [patchparser] +modules = [patchparser, encodings, bundles, mboxviews] def suite(): suite = unittest.TestSuite()