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

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: cr 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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c5c1362bd5dfb1ff9d524655e641fa65e166da2f..fa1caa6bfbc5d7c0db2c1f2aab57548e459b4882 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,9 @@
-##0.12.0-alpha.0
+### 0.12.0-beta.1
+
+* Add a `--name` (shorthand `-n`) flag to the test runner for selecting which
+ test to run.
+
+## 0.12.0-beta.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/`
« no previous file with comments | « no previous file | bin/unittest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698