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

Side by Side Diff: CHANGELOG.md

Issue 1388213003: pkg/metatest: fix for latest pkg/test (Closed) Base URL: https://github.com/dart-lang/metatest@master
Patch Set: Created 5 years, 2 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+1
2
3 * Require `test` version `0.12.5`.
4
1 # 0.2.1 5 # 0.2.1
2 6
3 * Support passing named arguments through to the underlying call to `test()`. 7 * Support passing named arguments through to the underlying call to `test()`.
4 8
5 # 0.2.0+1 9 # 0.2.0+1
6 10
7 * Compatibility with the latest `test`. 11 * Compatibility with the latest `test`.
8 12
9 # 0.2.0 13 # 0.2.0
10 14
11 * Full compatibility with `test` `0.12.0`. 15 * Full compatibility with `test` `0.12.0`.
12 16
13 * Tests are no longer run in their own isolates. Instead, each test's 17 * Tests are no longer run in their own isolates. Instead, each test's
14 environment is isolated manually using the `test` package's infrastructure. 18 environment is isolated manually using the `test` package's infrastructure.
15 19
16 * `initMetatest` is no longer necessary and has been removed. 20 * `initMetatest` is no longer necessary and has been removed.
17 21
18 * `metaSetUp` has been removed; the `test` package's `setUp` may be used 22 * `metaSetUp` has been removed; the `test` package's `setUp` may be used
19 instead. 23 instead.
20 24
21 * `expectTestResults` has been removed. 25 * `expectTestResults` has been removed.
22 26
23 # 0.1.1 27 # 0.1.1
24 28
25 * Changed maximum version of `unittest` to support development. 29 * Changed maximum version of `unittest` to support development.
26 30
27 # 0.1.0 31 # 0.1.0
28 32
29 * First release. 33 * 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