Skip to content

Releases: dart-lang/test

package:test_core v0.6.10

19 May 15:16
5ffcb36
Compare
Choose a tag to compare
  • Set a debug name for test isolates.
  • Fix an assertion failure when using setUpAll or tearDownAll and running
    with asserts enabled.

package:test_api v0.7.6

19 May 15:16
5ffcb36
Compare
Choose a tag to compare
  • Fix an assertion failure when using setUpAll or tearDownAll and running
    with asserts enabled.

package:test v1.26.1

19 May 15:16
5ffcb36
Compare
Choose a tag to compare
  • Set a debug name for test isolates.
  • Fix an assertion failure when using setUpAll or tearDownAll and running
    with asserts enabled.

package:test_core v0.6.9

12 May 19:41
e6d4877
Compare
Choose a tag to compare
  • Add support for native assets for dart test in pub workspaces.
  • test() and group() functions now take an optional TestLocation 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

12 May 19:40
e6d4877
Compare
Choose a tag to compare
  • test() and group() functions now take an optional TestLocation 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

12 May 19:41
e6d4877
Compare
Choose a tag to compare
  • test() and group() functions now take an optional TestLocation 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

08 Feb 02:02
17609bf
Compare
Choose a tag to compare
  • Allow the latest version of package:shelf_web_socket.

package:test_descriptor v2.0.2

20 Dec 13:51
82a1ca8
Compare
Choose a tag to compare
  • Require Dart 3.1 or later.
  • Move to dart-lang/test monorepo.

package:test v1.25.14

19 Dec 22:03
fea7852
Compare
Choose a tag to compare
  • Use secure random for url secrets.

package:test v1.25.13

17 Dec 23:26
8366c61
Compare
Choose a tag to compare
  • Allow the latest version of package:matcher.