adding pytest.ini to enable u'' doctest agnosticism

This commit is contained in:
Mahmoud Hashemi 2017-03-15 00:53:28 -07:00
parent c1d4ce0b42
commit 27305a1e98
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