Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Update integration_test README #3824

Merged
johnpryan merged 3 commits intomasterfrom
update-integration-test-readme
Oct 13, 2021
Merged

Update integration_test README #3824
johnpryan merged 3 commits intomasterfrom
update-integration-test-readme

Conversation

@johnpryan
Copy link
Contributor

Changes "deprecated" to "moved" to avoid confusion, since this is still the recommended way to write unit tests, but needs to be imported differently. Also adds a link to the flutter.dev docs + the new location.

FYI @sfshaza2


This package has been moved to the Flutter SDK. Starting with Flutter 2.0,
it should be included as:
This package has been [moved to the Flutter
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not convinced this is clearer; "moved" isn't generally a meaningful term for clients of a package (since where the source lives is generally irrelevant). The version on pub, where users are likely to be reading this, is deprecated.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The version on Pub is deprecated, but the package isn't. We don't want to give the impression that integration testing should be done some other way. @sfshaza2 do you have any input here?

Copy link
Contributor

Choose a reason for hiding this comment

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

I made some suggested changes to the text.

Copy link
Contributor

@stuartmorgan-g stuartmorgan-g left a comment

Choose a reason for hiding this comment

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

Looks like we never got resolution on this. I'm fine to go ahead and land it, but you'll need to merge in the latest master so that the tests are green (re-running the flake will fail since this is so old.)

Copy link
Contributor

@sfshaza2 sfshaza2 left a comment

Choose a reason for hiding this comment

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

I've made a few suggested tweaks. I never saw this back in April!

@stuartmorgan-g
Copy link
Contributor

@johnpryan Are you still planning on updating this?

@johnpryan
Copy link
Contributor Author

Thanks for the reminder - I'll update this!

johnpryan and others added 2 commits October 12, 2021 12:15
- add a link to the flutter.dev docs
- add a link to the new location 
- Changed "deprecated" to "moved" to avoid confusion,
  since this is still the recommended way to write unit tests,
  but needs to be imported differently.
@johnpryan
Copy link
Contributor Author

Ready for another look... sorry for the mess

Copy link
Contributor

@stuartmorgan-g stuartmorgan-g left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants