]> git.ozlabs.org Git - patchwork/blobdiff - apps/patchwork/tests/__init__.py
[mbox] Put ACKs before '---' updates
[patchwork] / apps / patchwork / tests / __init__.py
index 94d629be29696394614f51845e284c010448e5e1..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, encodings, bundles
+from patchwork.tests import patchparser, encodings, bundles, mboxviews
 
-modules = [patchparser, encodings, bundles]
+modules = [patchparser, encodings, bundles, mboxviews]
 
 def suite():
     suite = unittest.TestSuite()