[Checkins] SVN: martian/trunk/src/martian/tests/test_all.py fix an encoding issue with reading the directive.txt doctest

Jan-Wijbrand Kolman janwijbrand at gmail.com
Mon May 16 04:08:38 EDT 2011


Log message for revision 121669:
  fix an encoding issue with reading the directive.txt doctest

Changed:
  U   martian/trunk/src/martian/tests/test_all.py

-=-
Modified: martian/trunk/src/martian/tests/test_all.py
===================================================================
--- martian/trunk/src/martian/tests/test_all.py	2011-05-16 03:34:54 UTC (rev 121668)
+++ martian/trunk/src/martian/tests/test_all.py	2011-05-16 08:08:37 UTC (rev 121669)
@@ -18,7 +18,8 @@
         doctest.DocFileSuite('directive.txt',
                              package='martian',
                              globs=globs,
-                             optionflags=optionflags),
+                             optionflags=optionflags,
+                             encoding='utf-8'),
         doctest.DocFileSuite('core.txt',
                              package='martian',
                              globs=globs,



More information about the checkins mailing list