Skip to content
Snippets Groups Projects
  • Natalie Weizenbaum's avatar
    Stop using scheduled_test. (#1629) · 32db8831
    Natalie Weizenbaum authored
    This switches pub's tests over to using the stream matchers built into
    test, as well as the test_descriptor, test_process, and
    shelf_test_handler packages. It uses async/await rather than
    scheduled_test's task queue.
    
    This removes a layer of indirection which should make it much easier to
    work on pub's test infrastructure, especially for people unfamiliar with
    scheduled_test.
    32db8831
unlock_if_incompatible_test.dart 1.40 KiB