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

Unified Diff: pkg/unittest/pubspec.yaml

Issue 524153002: Sharing metatest logic between unittest and scheduled_test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: status fixes Created 6 years, 3 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 | « pkg/unittest/CHANGELOG.md ('k') | pkg/unittest/test/async_exception_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/unittest/pubspec.yaml
diff --git a/pkg/unittest/pubspec.yaml b/pkg/unittest/pubspec.yaml
index b531c81246b5a1d417d6f5f709ee61dc8e250d52..06f4c8f3f8de67d0ed3e1ae34760ac91d232aa93 100644
--- a/pkg/unittest/pubspec.yaml
+++ b/pkg/unittest/pubspec.yaml
@@ -1,5 +1,5 @@
name: unittest
-version: 0.11.0+5
+version: 0.11.0+6
author: Dart Team <misc@dartlang.org>
description: A library for writing dart unit tests.
homepage: https://pub.dartlang.org/packages/unittest
@@ -8,3 +8,5 @@ environment:
dependencies:
matcher: '>=0.10.0 <0.12.0'
stack_trace: '>=0.9.0 <2.0.0'
+dev_dependencies:
+ metatest: '>=0.1.0 <0.2.0'
« no previous file with comments | « pkg/unittest/CHANGELOG.md ('k') | pkg/unittest/test/async_exception_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698