]> git.ozlabs.org Git - patchwork/blobdiff - apps/patchwork/tests/__init__.py
tests: Add multiple patch update test
[patchwork] / apps / patchwork / tests / __init__.py
index 044c8baca9c4124389901f2833aa6c1658fda943..5ec3923797233de4d5bc96e4fbb5802e0d2c8332 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, mboxviews
+from patchwork.tests import patchparser, encodings, bundles, mboxviews, updates
 
-modules = [patchparser, encodings, bundles, mboxviews]
+modules = [patchparser, encodings, bundles, mboxviews, updates]
 
 def suite():
     suite = unittest.TestSuite()