test_runner 0.2.16+1 copy "test_runner: ^0.2.16+1" to clipboard
test_runner: ^0.2.16+1 copied to clipboard

discontinued
Dart 1 only

A Command Line Test Runner for Dart

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate test_runner

Use it

The package has the following executables:

$ run_tests
$ test_runner

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add test_runner

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  test_runner: ^0.2.16+1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:test_runner/test_runner.dart';
0
likes
20
pub points
17%
popularity

Publisher

unverified uploader

A Command Line Test Runner for Dart

Repository (GitHub)
View/report issues
Contributing

License

BSD-3-Clause (LICENSE)

Dependencies

ansicolor, coverage, path, pool, unittest, unscripted, yaml

More

Packages that depend on test_runner