guinness2 0.0.5 copy "guinness2: ^0.0.5" to clipboard
guinness2: ^0.0.5 copied to clipboard

Dart 1 only

A port of the Jasmine testing framework.

0.0.5 - 2016-03-02 #

  • Fixed equality check for nested lists.

0.0.4 - 2016-02-11 #

  • BREAKING CHANGE: iit and ddescribe NO LONGER modify which tests will run. Instead, they will mark those blocks with the tag "solo". To run only iit or ddescribe blocks, use the command line pub run test --tags solo (the same command you would use before, with the additional tags "solo").

  • Update pub dependencies

  • Remove all context keeping track of describe and it blocks, instead defer directly to package:test methods.

  • Add a bunch of integration tests.

0.0.2 - 2015-07-23 #

  • Fix a bug where some it blocks would still be called when using nested describes.

0.0.1 - 2015-07-20 #

  • Initial release: Cloned from Guinness and made to adapt to dart:test
0
likes
25
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

A port of the Jasmine testing framework.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

collection, test

More

Packages that depend on guinness2