You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running testimony raises the following unicode warning when running on Python 2.7.13:
/home/elyezer/.virtualenvs/betelgeuse/lib/python2.7/site-packages/testimony/__init__.py:150: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
if docstring == docstrings[-1]:
It would be better if it does not raise that because it can result in unexpected behavior since the values are being considered unequal.
The text was updated successfully, but these errors were encountered:
Running testimony raises the following unicode warning when running on Python 2.7.13:
It would be better if it does not raise that because it can result in unexpected behavior since the values are being considered unequal.
The text was updated successfully, but these errors were encountered: