Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcelgarus/glados

🍰 A property-based testing framework that tries to break your invariances.
https://github.com/marcelgarus/glados

dart dartlang hacktoberfest property-based-testing testing

Last synced: 24 days ago
JSON representation

🍰 A property-based testing framework that tries to break your invariances.

Awesome Lists containing this project

README

        

[![Analyze and test](https://github.com/MarcelGarus/glados/actions/workflows/analyze-and-test.yml/badge.svg)](https://github.com/MarcelGarus/glados/actions/workflows/analyze-and-test.yml)

# Welcome to the Glados repository!

This repository contains the `glados` core package, a property-based testing framework for Dart.
For a general introduction, check out the [pub.dev page](https://pub.dev/packages/glados).

It also contains several glados-based packages for testing with types of third-party packages.
If you create generators for third-party libraries, but you're unsure whether you want to maintain it, don't hesitate to file a PR; I can take care of publishing it, and the community can more easily find and improve it.

Currently, this repo contains the following packages for third-party libraries:

- `tuple_glados`