]> git.ozlabs.org Git - patchwork/blobdiff - apps/patchwork/tests/__init__.py
[models] Create patch mbox with utf-8 encoding
[patchwork] / apps / patchwork / tests / __init__.py
index 42413a145295435f1897fe475735284a5b0b38d6..113de523663591caf328f85fd56be96a3e87738f 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
 
-modules = [patchparser]
+modules = [patchparser, encodings]
 
 def suite():
     suite = unittest.TestSuite()