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

Copy expect and async matchers from test package #210

Merged
merged 5 commits into from
Mar 9, 2023
Merged

Conversation

natebosch
Copy link
Member

  • Copy most of the test_api/frontend directory, except for the test
    related to the scaffolding functions.
  • Modify code to follow some stricter lints in the matcher package -
    avoid implicit dynamic arguments, use relative imports, and fix
    comment references.
  • Copy matcher relevant parts of the package:test README into this
    README.

- Copy most of the `test_api/frontend` directory, except for the test
  related to the scaffolding functions.
- Modify code to follow some stricter lints in the matcher package -
  avoid implicit `dynamic` arguments, use relative imports, and fix
  comment references.
- Copy matcher relevant parts of the `package:test` README into this
  README.
@natebosch natebosch requested a review from jakemac53 March 9, 2023 00:13
CHANGELOG.md Show resolved Hide resolved
This had previously been omitted from `package:test/expect.dart` since
it is deprecated, but there is no particularly strong reason to force
this part of the migration along with the import rewrites.
@natebosch natebosch merged commit 5bc765d into master Mar 9, 2023
@natebosch natebosch deleted the expect branch March 9, 2023 23:45
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.

2 participants