Files
sdk/pkg/scheduled_test/pubspec.yaml
T
2013-02-08 23:07:57 +00:00

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"