Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] add test that html repr of objects does not crash #359

Merged
merged 1 commit into from
Sep 22, 2024

Conversation

fkiraly
Copy link
Contributor

@fkiraly fkiraly commented Sep 22, 2024

This adds a test that calling _repr_html_ of any object does not crash.

This adds coverage for the failure case in sktime/sktime#7043.

Mirror of sktime/sktime#7151, closes #357

@fkiraly fkiraly added the tests Unit tests label Sep 22, 2024
@fkiraly fkiraly changed the title [ENH] add test that html repr does not crash [ENH] add test that html repr of objects does not crash Sep 22, 2024
@fkiraly fkiraly merged commit 2c00202 into main Sep 22, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ENH] add tests for html repr in BaseObject descendants
1 participant