How Can I Make Doctests Triggered By Pytest Ignore Unicode Prefix `u'...'` Of Strings?
I want my code to work in Python 2 and 3. I use doctests and from __future__ import unicode_literal…
Read more
How Can I Make Doctests Triggered By Pytest Ignore Unicode Prefix `u'...'` Of Strings?