package:test_api v0.7.1
·
638 commits
to master
since this release
- Added
@doNotSubmittotest(solo: ...)andgroup(solo: ...). In
practice, this means that code that was relying on ignoring deprecation
warnings and usingsoloorgroupwith askipparameter will now fail if
dart analyze --fatal-infos(or similar) is enabled.