jsverify-to-fast-check
Property testing helper
Tools and helpers to facilitate migration from JSVerify's property-based testing to fast-check.
Set of tools and helpers to help JSVerify users to migrate to fast-check
2 stars
2 watching
0 forks
Language: TypeScript
last commit: over 5 years ago
Linked from 1 awesome list
fast-checkjsverifymigration-toolproperty-based-testing
Related projects:
Repository | Description | Stars |
---|---|---|
dubzzz/fast-spec | A tool to automatically discover and express the laws that govern relationships between functions in code | 15 |
typelift/swiftcheck | A testing library that generates random data to test program properties in Swift | 1,414 |
fastify/csrf-protection | Protects against Cross-Site Request Forgery (CSRF) attacks in Fastify applications. | 153 |
vitejs/vite-plugin-react-swc | Speeds up Vite's development server by leveraging SWC for JSX compilation and optimization | 860 |
fscheck/fscheck | Automatically tests .NET programs by generating random test cases based on predefined properties | 1,168 |
nick8325/quickcheck | Automated testing of program properties in Haskell programs. | 726 |
thejohnfreeman/autocheck | A C++17 testing library for property-based testing using QuickCheck or SmallCheck. | 125 |
samchungy/fastify-zod-openapi | Fastify plugin for integrating Zod schema with OpenAPI specification | 57 |
polymerelements/iron-test-helpers | Utility classes to simplify testing of web components | 26 |
revsys/django-test-plus | Reduces boilerplate code in Django tests to make them more efficient and maintainable | 612 |
bigsizeme/fastjson-check | A tool for detecting and generating payload vulnerabilities in JSON data | 369 |
turkerdev/fastify-type-provider-zod | A library that integrates Zod schema validation and serialization with Fastify application servers. | 409 |
quickchick/quickchick | A Coq plugin for property-based testing of software systems | 254 |
vanilla-icecream/vite-plugin-fastify | A plugin that enables Fastify as the web server in Vite applications with Hot-module Replacement support. | 10 |
bodigrim/smallcheck | A testing library that checks Haskell code properties exhaustively using automatic test case generation | 134 |