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 deprecation of test_api top level libraries #1994

Merged
merged 4 commits into from
Apr 18, 2023

Conversation

natebosch
Copy link
Member

Closes #1990

The scaffolding library should not be deprecated to avoid marking the useful APIs as deprecated during autocomplete.

The backend library is no longer deprecated because it is intended for use in flutter_test, and the deprecation isn't likely to be blocking any uses.

Export registerException from the scaffolding library. This had originally been held back from the focused libraries because it isn't a great API, but it's too entrenched to be worth deprecating at this point, so it may as well be fully supported.

Closes #1990

The `scaffolding` library should not be deprecated to avoid marking the
useful APIs as deprecated during autocomplete.

The `backend` library is no longer deprecated because it _is_ intended
for use in `flutter_test`, and the deprecation isn't likely to be
blocking any uses.

Export `registerException` from the scaffolding library. This had
originally been held back from the focused libraries because it isn't a
great API, but it's too entrenched to be worth deprecating at this
point, so it may as well be fully supported.
@natebosch natebosch marked this pull request as ready for review April 13, 2023 18:02
@natebosch natebosch requested a review from kevmoo April 13, 2023 22:54
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.

group and test definitions are in a deprecated library (making them deprecated)
3 participants