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

Unified Diff: CHANGELOG.md

Issue 2388073004: Switch to 'test', add different support for 'solo'. (Closed)
Patch Set: Fixes for review comments. Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/test_reflective_loader.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 da6f2f79da2fe2ed2c5ffc929ac1b2699c81c9f6..49931bb3b22d417ecaecc7bed6af271f1a450161 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## 0.1.0
+
+- Switched from 'package:unittest' to 'package:test'.
+- Since 'package:test' does not define 'solo_test', in order to keep
+ this functionality, `defineReflectiveSuite` must be used to wrap
+ all `defineReflectiveTests` invocations.
+
## 0.0.4
- Added @failingTest, @assertFailingTest and @soloTest annotations.
« no previous file with comments | « no previous file | lib/test_reflective_loader.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698