pytest-dev / py

Python development support library (note: maintenance only)
MIT License
67 stars 106 forks source link

remove hardcoded saferepr limit #154

Closed ApaDoctor closed 6 years ago

ApaDoctor commented 6 years ago

Py has hardcoded limit of saferepr. This PR fixes that.

dimaspivak commented 6 years ago

This would be very helpful for my team, as well. In our case, we're getting bitten by truncation in the asserts on lists. Anything I can do to help his one along as it looks to have stalled here?

RonnyPfannschmidt commented 6 years ago

@dimaspivak since @ApaDoctor doesnt seem to responds and its a simple one, its perhaps easiest to redo the pr

RonnyPfannschmidt commented 6 years ago

closing as no longer responsive,