An open API service indexing awesome lists of open source software.

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)

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.