commit | 8ba0940d24e36b9276a18b34cd8d6fe396d2c172 | [log] [tgz] |
---|---|---|
author | Nate Bosch <nbosch@google.com> | Fri Nov 10 13:40:22 2023 -0800 |
committer | GitHub <noreply@github.com> | Fri Nov 10 13:40:22 2023 -0800 |
tree | 65934fa6534a71675e02f646c1baa4e90c565a44 | |
parent | 075faffb08873fbc6d105f08408c426b6ab54b09 [diff] |
Strip leading slash when spawning isolate (#2136) Pull out a small utility for stripping leading slashes on windows from the arg parsing code so it can be reused when spawning isolates by path. It's still not clear what specific conditions lead to paths which look like this, but the behavior is triggering for this path in another CI system.
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 |