flet-dev / flet

Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
https://flet.dev
Apache License 2.0
11.46k stars 447 forks source link

Integration tests #143

Open FeodorFitsner opened 2 years ago

FeodorFitsner commented 2 years ago

https://github.com/flutter/flutter/issues/100592 https://docs.flutter.dev/cookbook/testing/integration/introduction https://api.flutter.dev/flutter/flutter_test/WidgetTester-class.html https://aschilken.medium.com/flutter-widget-and-integration-tests-some-surprises-about-timeouts-and-durations-3c1aae94b608 https://github.com/flutter/flutter/issues/20907#issuecomment-557634184

frob commented 1 year ago

This is where the largest gap in other python GUI frameworks lies and one of the big selling points for Flutter. I would expect unit tests to be taken care of by the built in python unit tests but Widget test and integration test support s would be awesome.