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: about 1 year 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T22:22:22.000Z (over 2 years ago)
- Last Synced: 2025-03-27T03:34:43.914Z (about 1 year ago)
- Topics: dart, dartlang, hacktoberfest, property-based-testing, testing
- Language: Dart
- Homepage:
- Size: 258 KB
- Stars: 48
- Watchers: 2
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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`