dbinfrago / dbinfrago/py-capellambse
Hypothesis testing for display of model objects
Open
- Dominant language
- Python
- Stars
- 72
- Forks
- 18
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.