dtt 0.0.1 copy "dtt: ^0.0.1" to clipboard
dtt: ^0.0.1 copied to clipboard

dart test tool

dart_test_tools(dtt) #

A CLI tool for dart projects to enhance convenience in automated testing.

Features #

  • full_coverage: Generate a coverage_test.dart file that imports all Dart files in the lib directory.

Getting started #

To install Dart Test Tools, use the following command:

dart pub global activate dtt

This command makes dtt globally available on your system, assuming your Dart environment is correctly set up.

Usage #

To generate a coverage_test.dart file that ensures full coverage by importing all Dart files in the lib directory, run:

dtt full_coverage

Note: Attempting to use dtt outside of a Dart project directory structure (where no pubspec.yaml can be found in any parent directory) will result in failure. Ensure you are within a Dart project directory or its subdirectories when executing dtt commands.

Additional information #

We welcome a variety of feature requests through GitHub issues.

3
likes
140
pub points
6%
popularity

Publisher

unverified uploader

dart test tool

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, path

More

Packages that depend on dtt