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

Remove testing of widgets, as it basically needs to reimplement App logic #15

Merged
merged 1 commit into from
Feb 10, 2024

Conversation

Philipp-M
Copy link
Owner

I think testing more in an E2E manner directly on the View (via test_helper::render_view) is likely enough (for now).

The render_widget is currently buggy (see the current widget snap) and basically needs to reimplement what App::render is already doing.
I thought about fixing this, but I don't think it's worth it (also because this will likely create more work in the future when trying to stay in sync with App::render).

@Philipp-M Philipp-M changed the title Remove testing of widgets, as it basically needs reimplement App logic Remove testing of widgets, as it basically needs to reimplement App logic Feb 9, 2024
@Philipp-M Philipp-M merged commit b8999d7 into main Feb 10, 2024
7 checks passed
@Philipp-M Philipp-M deleted the remove-widget-testing branch February 10, 2024 09:08
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.

1 participant