dev_test 1.0.0+4 dev_test: ^1.0.0+4 copied to clipboard
Test utilities for dart and flutter packages.
1.0.0+4 #
- Remove
test
dependency, usetest_core
directly.
0.16.4 #
- Split build feature into a separate package
dev_build
0.16.3 #
- Add
--fix
option torun_ci
to performdart fix --apply
recursively.
0.16.2+3 #
- Add
DartPackage
andDartPackageIo
helpers - Add
--pub-downgrade
option torun_ci
0.16.1+4 #
- dart 3 support
- Add
--ignore-sdk-constraints
,--min-sdk
and--max-sdk
options torun_ci
0.15.7+3 #
- Add
--ignore-errors
options torun_ci
- Use
dart format
instead offlutter format
deprecated in dart 2.19
0.15.6 #
- strict-casts and strict-inference support
0.15.5+2 #
- Use
dart format
instead ofdart_style:format
- Requires sdk 2.18
0.15.4+4 #
- add flag
prj-info
(extra project information) torun_ci
executable - add flag
no-run-ci
(no action) torun_ci
executable
0.15.3+1 #
- recursivePubPath now check whether dart version is supported
- dart 2.14 lints
0.15.2+2 #
- Add
dry-run
options torun_ci
.
0.15.1 #
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