Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testimony raising a UnicodeWarning on Python 2.7.13 #140

Open
elyezer opened this issue Sep 26, 2017 · 0 comments
Open

Testimony raising a UnicodeWarning on Python 2.7.13 #140

elyezer opened this issue Sep 26, 2017 · 0 comments
Assignees
Labels

Comments

@elyezer
Copy link
Collaborator

elyezer commented Sep 26, 2017

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.

@elyezer elyezer added the bug label Sep 26, 2017
@kbidarkar kbidarkar self-assigned this Sep 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants