darrenburns/ward
Ward is a modern test framework for Python with a focus on productivity and readability. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2794
- days_rel: n/a
- days_push: 737
- n_releases_24m: 0
Adoption not part of the score
1208 stars · 55 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Ward is a modern Python testing framework focused on productivity and readability, featuring descriptive string-based test names, modular fixtures, asyncio support, and powerful test selection via search and tag expressions. It is a CLI test runner with zero-config defaults and a pluggy-based plugin system.
Use cases
- run unit tests for a python project
- write tests with descriptive names instead of function names
- manage test setup and teardown with fixtures
- test async python code
- filter tests by tags or code content
- parameterise a test to run with multiple inputs
When to choose
- starting a new python project wanting a clean, readable test framework
- you prefer plain assert statements and string test descriptions
- you need built-in asyncio test support and fast, zero-config test runs
When to avoid
- the project is no longer actively maintained, so long-term support matters
- your team relies on a large pytest plugin ecosystem
- you need battle-tested tooling for large legacy codebases
Facets
library · maturity maintenance
testing cli testing developer-tools python cli cross-platform test-framework test-runner fixtures asyncio pytest-alternative unit-testing command-line
2 sources
- readme: https://github.com/darrenburns/ward · fetched 2026-08-28 · 2d10111af550
- registry_pypi: https://pypi.org/pypi/ward/json · fetched 2026-08-29 · 1cde1f2bed63
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| darrenburns/ward | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="darrenburns/ward")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem