Skip to content

Testimony raising a UnicodeWarning on Python 2.7.13 #140

@elyezer

Description

@elyezer

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions