Hypothesis testing for display of model objects
Opened this issue · 0 comments
ewuerger commented
The __repr__
and _repr_html_
of model objects evaluates almost all representations of its attributes on the object. In the past there were some bugs which went unnoticed and caused failure in display of the object. To prevent this we can add hypothesis testing of displaying model object representations.