test_core 0.2.7
test_core: ^0.2.7 copied to clipboard
A basic library for writing tests and running them on the VM.
0.2.7 #
- Depend on
vm_service_libinstead ofvm_service_client. - Depend on latest
package:analyzer.
0.2.6 #
- Internal cleanup - fix lints.
- Use the latest
test_api.
0.2.5 #
- Fix an issue where non-completed tests were considered passing.
- Updated
compactandexpandedreporters to display non-completed tests.
0.2.4 #
- Avoid
dart:isolateimports on code loaded in tests. - Expose the
parseMetadatafunction publicly through a newbackend.dartimport, as well as re-exportingpackage:test_api/backend.dart.
0.2.3 #
- Switch import for
IsolateChannelfor forwards compatibility with2.0.0.
0.2.2 #
- Allow
analyzerversion0.36.x. - Update to matcher version
0.12.5.
0.2.1+1 #
- Allow
analyzerversion0.35.x.
0.2.1 #
- Require Dart SDK
>=2.1.0. - Require latest
test_api.
0.2.0 #
- Remove
remote_listener.dartandsuite_channel_manager.dartfrom runner and depend on them fromtest_api.
0.1.0 #
- Initial release of
test_core. Provides the basic API for writing and running tests on the VM.