Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: dart-lang/test

package:test_core v0.6.15

07 Jan 23:12
db0c811

Choose a tag to compare

  • Add --coverage-package flag, which filters the coverage report to specific
    packages using RegExps.
  • Require a function definition named main directly in a test suite and
    provide a more direct error message than a failing compiler output.
  • Suppress skip reason messages in the compact and failures-only reporters.
  • Improve fidelity of checks for using ascii characters. Check the SDK reported
    support on windows, and assume ascii support for all terminals on linux since
    the SDK reported support is much more narrow.
  • Fix default coverage filter when running in a workspace package. Default
    filter now includes all the workspace's package.
  • Add support for reading test package version within pub workspaces.
  • Allow analyzer major version 10.

package:test_api v0.7.9

07 Jan 23:07
db0c811

Choose a tag to compare

  • Allow analyzer major version 10.

package:test v1.29.0

07 Jan 23:13
db0c811

Choose a tag to compare

  • Add --coverage-package flag, which filters the coverage report to specific
    packages using RegExps.
  • Require a function definition named main directly in a test suite and
    provide a more direct error message than a failing compiler output.
  • Suppress skip reason messages in the compact and failures-only reporters.
  • Allow analyzer major version 10.

package:test v1.28.0

21 Nov 00:42
cba5c15

Choose a tag to compare

  • Add isSorted and related matchers for iterables.
  • Consider NaN to be equal to itself in equals.
  • Bump test_core to 0.6.14
  • Removed unused js dependency

package:test_core v0.6.14

20 Nov 23:54
3169454

Choose a tag to compare

  • Fix type cast when parsing a null hit map.

package:matcher v0.12.18

20 Nov 23:35
3169454

Choose a tag to compare

  • Add isSorted and related matchers for iterables.
  • Consider NaN to be equal to itself in equals.
  • Remove some dynamic invocations.
  • Add explicit casts from dynamic values.
  • Require Dart 3.7

package:test_core v0.6.13

11 Nov 01:24
1a6c5ac

Choose a tag to compare

  • Require Dart 3.7
  • Add --coverage-path and --branch-coverage options to dart test.
  • Allow analyzer major version 9.

package:test_api v0.7.8

11 Nov 01:14
1a6c5ac

Choose a tag to compare

  • Add a zone function available from the test suite main that allows creating
    channels to the test runner.
  • Require Dart 3.7
  • Allow analyzer major version 9.

package:test v1.27.0

11 Nov 19:55
1a6c5ac

Choose a tag to compare

  • Add --coverage-path and --branch-coverage options to dart test.
  • Serve dart2wasm source map files.
  • Fix Node.js dart2wasm tests on windows.
  • Doc edit: clarify in README that a platform selector includes the compiler.
  • Allow analyzer major version 9.
  • Require Dart 3.7

package:test_core v0.6.12

22 Jul 00:15
c201cc9

Choose a tag to compare

  • Expand pub constraint to allow the latest analyzer.