dev_test 0.13.3+4 dev_test: ^0.13.3+4 copied to clipboard
Brings (back) the solo and skip features on top of the test package
0.13.3+4 #
- Add
ioPackageRunCi
to run common dart/flutter package test, node test and nnbd tests. - Skipped
pub run build_runner test -- -p chrome
on travis for ioPackageRunCi
0.13.1+1 #
- remove meta code allow code sharing with flutter
0.12.0 #
- dart2 only
0.11.0 #
implicit-casts: false
support
0.10.0 #
- bug fix
- dart 2.0.0 support
0.6.0 #
- Add for multiple
setUp()
,tearDown()
,setUpAll()
andtearDownAll()
in the same group - Travis test integration
0.5.0 #
- Add support for
setUpAll()
andtearDownAll()
methods
0.4.0 #
- Initial revision with
solo_test
,solo_group
,skip_test
andskip_group
support