awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
clojure avatar

clojure/test.check

0
View on GitHub↗
1,148 stars·111 forks·Clojure·EPL-1.0·13 views

Test.check

test.check is a Clojure property-based testing tool inspired by QuickCheck. The core idea of test.check is that instead of enumerating expected input and output for unit tests, you write properties about your function that should hold true for all inputs. This lets you write concise, powerful tests.

Features

  • Testing Frameworks - Generative property-based testing tool for finding edge cases.

Star history

Star history chart for clojure/test.checkStar history chart for clojure/test.check

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Test.check

Similar open-source projects, ranked by how many features they share with Test.check.
  • abhinaba-ghosh/axe-playwrightA

    abhinaba-ghosh/axe-playwright

    0View on GitHub↗

    Axe-core® is a powerful accessibility testing engine provided by Deque Systems that powers this package. Axe-Playwright provides simple commands to integrate the axe-core® library with your Playwright tests. This integration functions seamlessly across all Playwright browsers: Chromium, Firefox,…

    View on GitHub↗0
  • ackee-blockchain/tridentAckee-Blockchain avatar

    Ackee-Blockchain/trident

    392View on GitHub↗

    Rust-based framework to Fuzz Solana programs, designed to help you ship secure code.

    Rust
    View on GitHub↗392
  • adacore/aunitAdaCore avatar

    AdaCore/aunit

    11View on GitHub↗

    AUnit README

    Ada
    View on GitHub↗11
  • 40ants/cl-hamcrest40ants avatar

    40ants/cl-hamcrest

    19View on GitHub↗

    This library makes your CL unittests more readable.

    Common Lisp
    View on GitHub↗19
See all 30 alternatives to Test.check→

Frequently asked questions

What does clojure/test.check do?

test.check is a Clojure property-based testing tool inspired by QuickCheck. The core idea of test.check is that instead of enumerating expected input and output for unit tests, you write properties about your function that should hold true for all inputs. This lets you write concise, powerful tests.

What are the main features of clojure/test.check?

The main features of clojure/test.check are: Testing Frameworks.

What are some open-source alternatives to clojure/test.check?

Open-source alternatives to clojure/test.check include: abhinaba-ghosh/axe-playwright — Axe-core® is a powerful accessibility testing engine provided by Deque Systems that powers this package.… ackee-blockchain/trident — Rust-based framework to Fuzz Solana programs, designed to help you ship secure code. adacore/aunit — AUnit README. adamluzsi/testcase. agiledragon/gomonkey — gomonkey is a library to make monkey patching in unit tests easy. 40ants/cl-hamcrest — This library makes your CL unittests more readable.