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

Side by Side Diff: pubspec.yaml

Issue 933083002: Add a test runner executable. (Closed) Base URL: git@github.com:dart-lang/unittest@master
Patch Set: fix loader_test? Created 5 years, 10 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
OLDNEW
1 name: unittest 1 name: unittest
2 version: 0.12.0-dev 2 version: 0.12.0-dev
3 author: Dart Team <misc@dartlang.org> 3 author: Dart Team <misc@dartlang.org>
4 description: A library for writing dart unit tests. 4 description: A library for writing dart unit tests.
5 homepage: https://github.com/dart-lang/unittest 5 homepage: https://github.com/dart-lang/unittest
6 environment: 6 environment:
7 sdk: '>=1.0.0 <2.0.0' 7 sdk: '>=1.0.0 <2.0.0'
8 dependencies: 8 dependencies:
9 stack_trace: '>=0.9.0 <2.0.0' 9 args: '>=0.12.1 <0.13.0'
10 stack_trace: '>=1.2.0 <2.0.0'
10 11
11 # Using the pre-release version of matcher. When published we will go back 12 # Using the pre-release version of matcher. When published we will go back
12 # using a tight version constraint to ensure that a constraint on unittest 13 # using a tight version constraint to ensure that a constraint on unittest
13 # properly constraints all features it provides. 14 # properly constraints all features it provides.
14 matcher: 15 matcher:
15 git: https://github.com/dart-lang/matcher.git 16 git: https://github.com/dart-lang/matcher.git
16 dev_dependencies: 17 dev_dependencies:
17 fake_async: '>=0.1.2 <0.2.0' 18 fake_async: '>=0.1.2 <0.2.0'
18 metatest: 19 metatest:
19 git: 20 git:
20 ref: b6348d7e7f3c5b00a48aa579694457d1abd36b69 21 ref: b6348d7e7f3c5b00a48aa579694457d1abd36b69
21 url: https://github.com/dart-lang/metatest 22 url: https://github.com/dart-lang/metatest
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698