Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Unified Diff: CHANGELOG.md

Issue 1041503002: Allow tests to be selected by name. (Closed) Base URL: git@github.com:dart-lang/unittest@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | bin/unittest.dart » ('j') | bin/unittest.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c5c1362bd5dfb1ff9d524655e641fa65e166da2f..caf272d935ffc0646b4a4ac67b883c04ae11447a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-##0.12.0-alpha.0
+## 0.12.0
* Added support for a test runner, which can be run via `pub run
unittest:unittest`. By default it runs all files recursively in the `test/`
@@ -33,6 +33,11 @@
* Removed several members from `SimpleConfiguration` that relied on removed
functionality: `onExpectFailure`, `stopTestOnExpectFailure`, and 'name'.
+### 0.12.0-beta.1
+
+* Add a `--name` (shorthand `-n`) flag to the test runner for selecting which
+ test to run.
+
##0.11.5+1
* Internal code cleanups and documentation improvements.
« no previous file with comments | « no previous file | bin/unittest.dart » ('j') | bin/unittest.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698