add pytest.ini to enable doctest ALLOW_UNICODE (to get rid of errors on u'')

This commit is contained in:
Mahmoud Hashemi 2017-03-13 23:09:25 -07:00
parent 2697d30eba
commit 7a90486422
1 changed files with 2 additions and 0 deletions

2
pytest.ini Normal file
View File

@ -0,0 +1,2 @@
[pytest]
doctest_optionflags = ALLOW_UNICODE