Files
pytest2/testing
Anton Lodder acb3e8e8a7 Test rewriting assertion when __name__ fails
Pytest rewrites assertions so that the items on each
side of a comoparison will have easier-to-read names
in case of an assertion error.

Before doing this, it checks to make sure the object
doesn't have a __name__ attribute; however, it uses
`hasattr` so if the objects __getattr__ is broken then
the test failure message will be the stack trace
for this failure instead of a rewritten assertion.
2019-01-10 20:45:15 -05:00
..
2018-05-23 16:48:46 +02:00
2018-11-09 02:03:44 +01:00
2018-12-10 05:42:07 +01:00
2018-12-21 14:02:38 +01:00