]> git.ozlabs.org Git - patchwork/blobdiff - apps/patchwork/tests/__init__.py
tests: Fix 'order_start' on BundleReorderTest unit test
[patchwork] / apps / patchwork / tests / __init__.py
index 42413a145295435f1897fe475735284a5b0b38d6..044c8baca9c4124389901f2833aa6c1658fda943 100644 (file)
@@ -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()