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

Unified Diff: pkg/analysis_testing/pubspec.yaml

Issue 376693002: Extract testing utilities into a separate package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
Index: pkg/analysis_testing/pubspec.yaml
diff --git a/pkg/analysis_testing/pubspec.yaml b/pkg/analysis_testing/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..d10b85758e5e217893622c7177d6133f3d4fb59e
--- /dev/null
+++ b/pkg/analysis_testing/pubspec.yaml
@@ -0,0 +1,11 @@
+name: analysis_testing
+version: 0.1.0
+author: Dart Team <misc@dartlang.org>
+description: A set of libraries for testing Analysis services and server
+homepage: http://www.dartlang.org
+environment:
+ sdk: '>=1.0.0 <2.0.0'
+dependencies:
+ analyzer: '>=0.19.0 <1.0.0'
+ typed_mock: any
+ unittest: '>=0.10.0 <0.12.0'

Powered by Google App Engine
This is Rietveld 408576698