Skip to content

Releases: dart-lang/test

package:checks v0.3.1

01 Jul 20:41
2be5ca0
Compare
Choose a tag to compare
  • Directly compare keys across actual and expected Map instances when
    checking deep collection equality and all the keys can be directly compared
    for equality. This maintains the path into a nested collection for typical
    cases of checking for equality against a purely value collection.
  • Always wrap Condition descriptions in angle brackets.
  • Add containsMatchingInOrder and containsEqualInOrder to replace the
    combined functionality in containsInOrder.
  • Replace pairwiseComparesTo with pairwiseMatches.
  • Fix a bug where printing the result of a failed deep quality check would
    fail with a TypeError when comparing large Map instances
  • Increase SDK constraint to ^3.5.0.
  • Clarify this package is experimental.

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.