]> git.ozlabs.org Git - patchwork/blobdiff - apps/patchwork/tests/__init__.py
[tests] Add initial bundle tests
[patchwork] / apps / patchwork / tests / __init__.py
index 113de523663591caf328f85fd56be96a3e87738f..94d629be29696394614f51845e284c010448e5e1 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
+from patchwork.tests import patchparser, encodings, bundles
 
-modules = [patchparser, encodings]
+modules = [patchparser, encodings, bundles]
 
 def suite():
     suite = unittest.TestSuite()