test_process 1.0.5 copy "test_process: ^1.0.5" to clipboard
test_process: ^1.0.5 copied to clipboard

outdated

A package for testing subprocesses.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dev:test_process

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

dev_dependencies:
  test_process: ^1.0.5

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_process/test_process.dart';
11
likes
20
points
232k
downloads

Publisher

verified publishertools.dart.dev

Weekly Downloads

A package for testing subprocesses.

Repository (GitHub)
Contributing

License

BSD-3-Clause (license)

Dependencies

async, meta, path, test

More

Packages that depend on test_process