274d610dc0
Change-Id: I26a194c2f69e4babc6cea34d26959c276e6076b9 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/159144 Commit-Queue: Devon Carew <devoncarew@google.com> Reviewed-by: Bob Nystrom <rnystrom@google.com>
22 lines
522 B
YAML
22 lines
522 B
YAML
name: modular_test
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
description: >
|
|
Small framework to test modular pipelines.
|
|
This is used within the Dart SDK to define and validate modular tests, and to
|
|
execute them using the modular pipeline of different SDK tools.
|
|
environment:
|
|
sdk: ">=2.2.1 <3.0.0"
|
|
|
|
dependencies:
|
|
args: any
|
|
package_config: ^1.0.5
|
|
yaml: ^2.1.15
|
|
|
|
dev_dependencies:
|
|
async_helper:
|
|
path: ../async_helper
|
|
expect:
|
|
path: ../expect
|
|
test: any
|