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 test_api copies of scaffolding functions #2030

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jun 5, 2023

  1. Remove test_api copies of scaffolding functions

    There are definitions in `test_core` which override the `_declarer` to
    work even when the test script is run directly instead of through the
    test runner. The definitions from `test_api` should not be used anywhere
    currently.
    natebosch committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    8796242 View commit details
    Browse the repository at this point in the history
  2. Add addTearDown to show list for test_core/scaffolding.dart

    Add an override on `matcher` for `test_api` for breaking version change.
    natebosch committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    b5ebbdd View commit details
    Browse the repository at this point in the history
  3. Fix import for addTearDown

    natebosch committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    5a622ef View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    be0a3eb View commit details
    Browse the repository at this point in the history
  2. Fix file removal

    natebosch committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    8fa3946 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3837a29 View commit details
    Browse the repository at this point in the history