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

Fix tests after textual changes #446

Merged
merged 4 commits into from
Dec 5, 2024
Merged

Conversation

JoeZiminski
Copy link
Member

@JoeZiminski JoeZiminski commented Dec 4, 2024

The (private) _text attribute I was using to check label contents in tests was changed in recent textual version. This is now updated from renderable._text[0] to simply renderable.

Tests are failing, this is due to out-of-bound error issue in test suite only. For now will merge to incorporate these usueful fixes and follow up with this issue.

@JoeZiminski JoeZiminski force-pushed the fix_tests_after_textual_changes branch from fc00011 to 78565a0 Compare December 5, 2024 10:28
@JoeZiminski JoeZiminski requested a review from niksirbi December 5, 2024 10:59
Copy link
Member

@niksirbi niksirbi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to go!

@JoeZiminski JoeZiminski merged commit 0e7a407 into main Dec 5, 2024
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants