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

Side by Side Diff: CHANGELOG.md

Issue 1160453004: Support the latest version of the test package. (Closed) Base URL: git@github.com:dart-lang/metatest@master
Patch Set: Created 5 years, 6 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.0
2
3 * Full compatibility with `test` `0.12.0`.
4
5 * Tests are no longer run in their own isolates. Instead, each test's
6 environment is isolated manually using the `test` package's infrastructure.
7
8 * `initMetatest` is no longer necessary and has been removed.
9
10 * `metaSetUp` has been removed; the `test` package's `setUp` may be used
11 instead.
12
13 * `expectTestResults` has been removed.
14
1 # 0.1.1 15 # 0.1.1
2 16
3 * Changed maximum version of `unittest` to support development. 17 * Changed maximum version of `unittest` to support development.
4 18
5 # 0.1.0 19 # 0.1.0
6 20
7 * First release. 21 * 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