JetBrains / teamcity-messages

Python Unit Test Reporting to TeamCity
https://pypi.python.org/pypi/teamcity-messages
Apache License 2.0
136 stars 81 forks source link

Add ability to use ``repr`` for diffs to show difference between different types #258

Closed throwable-one closed 2 years ago

throwable-one commented 2 years ago

Compare 123 (int) and '123' (str). Compare [] (list) and "[]" (str). They should be displayed differently https://youtrack.jetbrains.com/issue/PY-32605