Releases: dart-lang/test
Releases · dart-lang/test
package:test_core v0.6.10
- Set a debug name for test isolates.
- Fix an assertion failure when using
setUpAll
ortearDownAll
and running
with asserts enabled.
package:test_api v0.7.6
- Fix an assertion failure when using
setUpAll
ortearDownAll
and running
with asserts enabled.
package:test v1.26.1
- Set a debug name for test isolates.
- Fix an assertion failure when using
setUpAll
ortearDownAll
and running
with asserts enabled.
package:test_core v0.6.9
- Add support for native assets for
dart test
in pub workspaces. test()
andgroup()
functions now take an optionalTestLocation
that will
be used as the location of the test in JSON reporters instead of being parsed
from the call stack.
package:test_api v0.7.5
test()
andgroup()
functions now take an optionalTestLocation
that will
be used as the location of the test in JSON reporters instead of being parsed
from the call stack.
package:test v1.26.0
test()
andgroup()
functions now take an optionalTestLocation
that will
be used as the location of the test in JSON reporters instead of being parsed
from the call stack.
package:test v1.25.15
- Allow the latest version of
package:shelf_web_socket
.
package:test_descriptor v2.0.2
- Require Dart 3.1 or later.
- Move to
dart-lang/test
monorepo.
package:test v1.25.14
- Use secure random for url secrets.
package:test v1.25.13
- Allow the latest version of
package:matcher
.