# marick/Midje

Midje provides a migration path from clojure.test to a more flexible, readable, abstract, and gracious style of testing

Repository: https://github.com/marick/Midje
Canonical: https://ross.abutalabs.com/products/midje
Language: Clojure
License: MIT
License Family: permissive
Last push: 2024-01-04T12:07:30+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5946, "days_push": 972, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1696, forks 128 (observed 2026-08-28T04:05:23.865316+00:00)

## What it is
Midje is a testing framework for Clojure that offers a readable, fact-based style of writing tests and a migration path from clojure.test. It supports top-down development, prepackaged checkers, and tight REPL-driven workflows with automatic test reloading.

## Use cases
- write readable tests in clojure
- migrate from clojure.test to a more expressive test framework
- do top-down test-driven development in clojure
- run tests automatically on file changes while working in the repl
- use prebuilt checkers for common assertions

## When to choose
- you want more readable and abstract tests than clojure.test provides
- you prefer a repl-centric, watch-and-rerun testing workflow
- you need mocking/checkers and top-down TDD support in Clojure

## When to avoid
- your team is standardized on clojure.test and doesn't want a new style
- you need a framework with very recent active development
- you're not working in the Clojure/JVM ecosystem

## Facets
- artifact type: library
- maturity: maintenance
- function: testing, mocking
- domain: testing, developer-tools, programming-languages
- platform: jvm, jvm-scripting
- tags: clojure, test-framework, tdd, repl-driven-development, checkers

## Member repositories
- marick/Midje (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:23.865316+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:37:54.503911+00:00, confidence not recorded.
  - readme: https://github.com/marick/Midje (fetched 2026-08-28T04:05:23.865316+00:00, sha 59ec79202f80)
- Data as of 2026-08-30T08:39:29.467469+00:00.
