https://github.com/ampless/tested
A test library built on top of package:test (and in the future package:flutter_test)
https://github.com/ampless/tested
Last synced: 4 months ago
JSON representation
A test library built on top of package:test (and in the future package:flutter_test)
- Host: GitHub
- URL: https://github.com/ampless/tested
- Owner: Ampless
- License: mit
- Created: 2022-09-15T15:26:26.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T09:22:00.000Z (almost 2 years ago)
- Last Synced: 2024-09-12T20:24:09.615Z (almost 2 years ago)
- Language: Dart
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# tested
A testing library built on top of `package:test`.
Unfortunately we can't support `package:flutter_test` here, because of how
unsupported doing something like that is in the Dart and Flutter ecosystem.