All Projects → MarcelGarus → glados

MarcelGarus / glados

Licence: MIT license
🍰 A property-based testing framework that tries to break your invariances.

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to glados

Hypothesis Jsonschema
Tools to generate test data from JSON schemata with Hypothesis
Stars: ✭ 112 (+239.39%)
Mutual labels:  property-based-testing
Rapid
Rapid is a Go library for property-based testing that supports state machine ("stateful" or "model-based") testing and fully automatic test case minimization ("shrinking")
Stars: ✭ 213 (+545.45%)
Mutual labels:  property-based-testing
quickcheck
Randomized testing for Prolog à la QuickCheck
Stars: ✭ 18 (-45.45%)
Mutual labels:  property-based-testing
Expect More
Curried Type Testing library, and Test Matchers for Jest
Stars: ✭ 124 (+275.76%)
Mutual labels:  property-based-testing
Quickcheck State Machine
Test monadic programs using state machine based models
Stars: ✭ 192 (+481.82%)
Mutual labels:  property-based-testing
Rantly
Ruby Imperative Random Data Generator and Quickcheck
Stars: ✭ 241 (+630.3%)
Mutual labels:  property-based-testing
Unit Threaded
Advanced unit test framework for D
Stars: ✭ 100 (+203.03%)
Mutual labels:  property-based-testing
ava-fast-check
Property based testing for AVA based on fast-check
Stars: ✭ 44 (+33.33%)
Mutual labels:  property-based-testing
Qcheck
QuickCheck inspired property-based testing for OCaml.
Stars: ✭ 194 (+487.88%)
Mutual labels:  property-based-testing
piggy
Test for spec compatibility and breaking changes.
Stars: ✭ 45 (+36.36%)
Mutual labels:  property-based-testing
Nyaya
Random Data Generation and/or Property Testing in Scala & Scala.JS.
Stars: ✭ 165 (+400%)
Mutual labels:  property-based-testing
Fast Check
Property based testing framework for JavaScript (like QuickCheck) written in TypeScript
Stars: ✭ 2,604 (+7790.91%)
Mutual labels:  property-based-testing
Fuzzcheck Rs
Structure-aware, in-process, coverage-guided, evolutionary fuzzing engine for Rust functions.
Stars: ✭ 247 (+648.48%)
Mutual labels:  property-based-testing
Smallcheck
Test your Haskell code by exhaustively checking its properties
Stars: ✭ 114 (+245.45%)
Mutual labels:  property-based-testing
quick.py
Property-based testing library for Python
Stars: ✭ 15 (-54.55%)
Mutual labels:  property-based-testing
Functionaljava
Functional programming in Java
Stars: ✭ 1,472 (+4360.61%)
Mutual labels:  property-based-testing
Fsharp Hedgehog
Release with confidence, state-of-the-art property testing for .NET.
Stars: ✭ 219 (+563.64%)
Mutual labels:  property-based-testing
efftester
Effect-Driven Compiler Tester for OCaml
Stars: ✭ 37 (+12.12%)
Mutual labels:  property-based-testing
fuzz-rest-api
Derive property based testing fast-check into a fuzzer for REST APIs
Stars: ✭ 38 (+15.15%)
Mutual labels:  property-based-testing
rackcheck
A property-based testing library for Racket.
Stars: ✭ 28 (-15.15%)
Mutual labels:  property-based-testing

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.

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].