-
Notifications
You must be signed in to change notification settings - Fork 607
v1: More Material and Cupertino tests #5671
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We've reviewed this pull request using the Sourcery rules engine
Deploying flet-docs with
|
| Latest commit: |
1d72f19
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://06e3eaa7.flet-docs.pages.dev |
| Branch Preview URL: | https://owen-new-v1-integration-test.flet-docs.pages.dev |
|
Golden images must be checked-in as well, see test results here: https://github.com/flet-dev/flet/actions/runs/18153625078/job/51668812537 |
…box controls, rename textfield
| # pixel_ratio=flet_app.screenshots_pixel_ratio | ||
| # ), | ||
| # ) | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove commented out tests.
| # pixel_ratio=flet_app.screenshots_pixel_ratio | ||
| # ), | ||
| # ) | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove commented out tests.
| # width=400, color=ft.Colors.GREEN_400, bgcolor=ft.Colors.GREY_400, value=None | ||
| # ), | ||
| # ) | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove commented out tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was working on testing indeterminate progress bar, but it's probably not much of a priority right now.
|
CI is still failing: https://github.com/flet-dev/flet/actions/runs/18200343904/job/51817414858 |
Description
integration tests branch manually rebased from main.
Summary by Sourcery
Add comprehensive integration tests and example scripts for Flet controls in the Python SDK
New Features: