Files
pytest2/testing
Daniel Hahler cb481a354a assertrepr_compare: prefer same maxsize
Previously it would say:

    > assert '123456789012...901234567890A' == '1234567890123...901234567890B'"

This makes it look like the "3" might be different already.

This is clearer, and it is OK to have potentially one less char in the
right one:

    > assert '123456789012...901234567890A' == '123456789012...901234567890B'"
2019-08-12 03:41:14 +02:00
..
2019-08-02 16:52:51 +02:00
2019-06-05 11:26:48 +02:00
2019-08-02 16:52:51 +02:00
2019-08-02 16:52:51 +02:00
2019-08-02 16:52:51 +02:00
2019-08-01 15:10:39 +02:00
2019-07-09 12:12:07 -07:00
2019-08-02 16:52:51 +02:00
2019-08-02 16:52:51 +02:00