Skip to content
Snippets Groups Projects
Commit 511c4ef1 authored by Natalie Weizenbaum's avatar Natalie Weizenbaum
Browse files

Release 0.12.0-beta.5.

R=kevmoo@google.com

Review URL: https://codereview.chromium.org//1053413003
parent 144ab30a
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
* Add a `--pub-serve` flag that runs tests against a `pub serve` instance. * Add a `--pub-serve` flag that runs tests against a `pub serve` instance.
**This feature is only supported on Dart `1.9.2` and higher.** **This feature is only supported on Dart `1.9.2` and higher.**
* When the test runner is killed prematurely, it will clean up its temporary
directories and give the current test a chance to run its `tearDown` logic.
### 0.12.0-beta.4 ### 0.12.0-beta.4
* Fix a package-root bug. * Fix a package-root bug.
......
name: test name: test
version: 0.12.0-dev version: 0.12.0-beta.5
author: Dart Team <misc@dartlang.org> author: Dart Team <misc@dartlang.org>
description: A library for writing dart unit tests. description: A library for writing dart unit tests.
homepage: https://github.com/dart-lang/test homepage: https://github.com/dart-lang/test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment