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 #
nnbdsupports, breaking change.
0.13.5 #
- Add
build_support.dartto help building project for testing. - Allow running on NNBD projects
0.13.3+12 #
- Add
packageRunCito run common dart/flutter package test, node test and nnbd tests. - Skipped
dart pub run build_runner test -- -p chromeon travis for ioPackageRunCi - Add
run_ciexecutable, 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: falsesupport
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_testandskip_groupsupport