https://github.com/skycoder42/dart_test_tools
Additional tools and helpers for writing dart unit tests
https://github.com/skycoder42/dart_test_tools
Last synced: 3 months ago
JSON representation
Additional tools and helpers for writing dart unit tests
- Host: GitHub
- URL: https://github.com/skycoder42/dart_test_tools
- Owner: Skycoder42
- License: bsd-3-clause
- Created: 2021-07-22T05:41:53.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-15T08:59:28.000Z (over 1 year ago)
- Last Synced: 2025-03-27T06:45:00.676Z (over 1 year ago)
- Language: Dart
- Homepage: https://pub.dev/packages/dart_test_tools
- Size: 1.28 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
A sample command-line application with an entrypoint in `bin/`, library code
in `lib/`, and example unit test in `test/`.