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

Side by Side Diff: CHANGELOG.md

Issue 1241123003: Support test named arguments. (Closed) Base URL: git@github.com:dart-lang/metatest@master
Patch Set: Created 5 years, 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | lib/metatest.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 0.2.1
2
3 * Support passing named arguments through to the underlying call to `test()`.
4
1 # 0.2.0+1 5 # 0.2.0+1
2 6
3 * Compatibility with the latest `test`. 7 * Compatibility with the latest `test`.
4 8
5 # 0.2.0 9 # 0.2.0
6 10
7 * Full compatibility with `test` `0.12.0`. 11 * Full compatibility with `test` `0.12.0`.
8 12
9 * Tests are no longer run in their own isolates. Instead, each test's 13 * Tests are no longer run in their own isolates. Instead, each test's
10 environment is isolated manually using the `test` package's infrastructure. 14 environment is isolated manually using the `test` package's infrastructure.
11 15
12 * `initMetatest` is no longer necessary and has been removed. 16 * `initMetatest` is no longer necessary and has been removed.
13 17
14 * `metaSetUp` has been removed; the `test` package's `setUp` may be used 18 * `metaSetUp` has been removed; the `test` package's `setUp` may be used
15 instead. 19 instead.
16 20
17 * `expectTestResults` has been removed. 21 * `expectTestResults` has been removed.
18 22
19 # 0.1.1 23 # 0.1.1
20 24
21 * Changed maximum version of `unittest` to support development. 25 * Changed maximum version of `unittest` to support development.
22 26
23 # 0.1.0 27 # 0.1.0
24 28
25 * First release. 29 * First release.
OLDNEW
« no previous file with comments | « no previous file | lib/metatest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698