Skip to content

Commit 7a90486

Browse files
committed
add pytest.ini to enable doctest ALLOW_UNICODE (to get rid of errors on u'')
1 parent 2697d30 commit 7a90486

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest.ini

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[pytest]
2+
doctest_optionflags = ALLOW_UNICODE

0 commit comments

Comments
 (0)