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

Side by Side Diff: pkg/scheduled_test/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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « pkg/scheduled_test/CHANGELOG.md ('k') | pkg/scheduled_test/test/descriptor/async_test.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 name: scheduled_test 1 name: scheduled_test
2 version: 0.11.2+1 2 version: 0.11.2+2
3 author: Dart Team <misc@dartlang.org> 3 author: Dart Team <misc@dartlang.org>
4 description: > 4 description: >
5 A package for writing readable tests of asynchronous behavior. 5 A package for writing readable tests of asynchronous behavior.
6 6
7 This package works by building up a queue of asynchronous tasks called a 7 This package works by building up a queue of asynchronous tasks called a
8 "schedule", then executing those tasks in order. This allows the tests to 8 "schedule", then executing those tasks in order. This allows the tests to
9 read like synchronous, linear code, despite executing asynchronously. 9 read like synchronous, linear code, despite executing asynchronously.
10 10
11 homepage: http://www.dartlang.org 11 homepage: http://www.dartlang.org
12 environment: 12 environment:
13 sdk: '>=1.3.0 <2.0.0' 13 sdk: '>=1.3.0 <2.0.0'
14 dependencies: 14 dependencies:
15 http_multi_server: '>=1.0.0 <2.0.0' 15 http_multi_server: '>=1.0.0 <2.0.0'
16 http: '>=0.9.0 <0.12.0' 16 http: '>=0.9.0 <0.12.0'
17 path: '>=0.9.0 <2.0.0' 17 path: '>=0.9.0 <2.0.0'
18 shelf: '>=0.4.0 <0.6.0' 18 shelf: '>=0.4.0 <0.6.0'
19 stack_trace: '>=0.9.1 <2.0.0' 19 stack_trace: '>=0.9.1 <2.0.0'
20 unittest: '>=0.9.0 <0.12.0' 20 unittest: '>=0.9.0 <0.12.0'
21 dev_dependencies:
22 metatest: '>=0.1.0 <0.2.0'
OLDNEW
« no previous file with comments | « pkg/scheduled_test/CHANGELOG.md ('k') | pkg/scheduled_test/test/descriptor/async_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698