dev_test 0.15.0+3 dev_test: ^0.15.0+3 copied to clipboard
Brings (back) the solo and skip features on top of the test package
0.15.0+3 #
nnbd
supports, breaking change.
0.13.5 #
- Add
build_support.dart
to help building project for testing. - Allow running on NNBD projects
0.13.3+12 #
- Add
packageRunCi
to run common dart/flutter package test, node test and nnbd tests. - Skipped
dart pub run build_runner test -- -p chrome
on travis for ioPackageRunCi - Add
run_ci
executable, usable withdart pub global run dev_test:run_ci
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