Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/marcelgarus/glados
- Owner: MarcelGarus
- License: mit
- Created: 2020-10-21T16:48:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T22:22:22.000Z (11 months ago)
- Last Synced: 2024-10-01T16:40:03.476Z (about 1 month ago)
- Topics: dart, dartlang, hacktoberfest, property-based-testing, testing
- Language: Dart
- Homepage:
- Size: 258 KB
- Stars: 46
- Watchers: 3
- Forks: 15
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`