8f3ec6b6d3
Review URL: https://codereview.chromium.org//12209073 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18285 260f80e4-7a28-3924-810f-c04153c831b5
14 lines
457 B
YAML
14 lines
457 B
YAML
name: scheduled_test
|
|
author: "Dart Team <misc@dartlang.org>"
|
|
homepage: http://www.dartlang.org
|
|
description: >
|
|
A package for writing readable tests of asynchronous behavior.
|
|
|
|
This package works by building up a queue of asynchronous tasks called a
|
|
"schedule", then executing those tasks in order. This allows the tests to
|
|
read like synchronous, linear code, despite executing asynchronously.
|
|
|
|
dependencies:
|
|
unittest: any
|
|
pathos: ">=0.3.2 <1.0.0"
|