Skip to content

Commit

Permalink
fix an encoding issue with reading the directive.txt doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
janwijbrand committed May 16, 2011
1 parent 36a2c38 commit 99e1b30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/martian/tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ def test_suite():
doctest.DocFileSuite('directive.txt',
package='martian',
globs=globs,
optionflags=optionflags),
optionflags=optionflags,
encoding='utf-8'),
doctest.DocFileSuite('core.txt',
package='martian',
globs=globs,
Expand Down

0 comments on commit 99e1b30

Please sign in to comment.