commit | 8191a355cefe5e6073e597d139bfb46e4b00c493 | [log] [tgz] |
---|---|---|
author | Nate Bosch <nbosch@google.com> | Wed Sep 20 13:32:41 2023 -0700 |
committer | GitHub <noreply@github.com> | Wed Sep 20 13:32:41 2023 -0700 |
tree | 70c04031f98a09e5d0637389424480456e2d16df | |
parent | d8e9d87d3a523c01afb07d3b723b0202b57486c7 [diff] |
Drop a TODO about running browser after compile (#2094) Starting the browser and running the first suite shouldn't be delayed by compilation of all other suites. We may want to increase parallelization of compiles at some point. I do not expect to make the change suggested in the TODO.
Welcome! package:test is the standard testing library for Dart and Flutter. If you have questions about Dart testing, please see the docs for package:test. package:test_api
and package:test_core
are implementation details and generally not user-facing.
package:checks is a relatively new library for expressing test expectations. It's a more modern version of package:matcher
and features a literate API.
Package | Description | Version |
---|---|---|
checks | A framework for checking values against expectations and building custom expectations. | |
test | A full featured library for writing and running Dart tests across platforms. | |
test_api | ||
test_core |