blob: 8cccf1b966e473d0395d99c46e9d67034f9ead79 [file] [log] [blame]
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
http: ">=0.4.1 <1.0.0"
pathos: ">=0.3.2 <1.0.0"