wntrblm/nox
Flexible test automation for Python observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 98
- Release rhythm 86
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 69.5
- age_days: 3843
- days_rel: 15
- days_push: 15
- n_releases_24m: 11
Adoption not part of the score
1552 stars · 187 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Nox is a command-line tool for flexible test automation in Python, using a standard Python file (noxfile.py) for configuration instead of ini-style formats. It automates running tests, linting, and other tasks across multiple Python environments and virtualenvs.
Use cases
- run pytest across multiple python versions
- automate linting and testing in isolated virtualenvs
- tox alternative with python-based config
- define test sessions in a noxfile
- run ci tasks locally before pushing
- test a package against different dependency versions
When to choose
- you prefer configuring test automation in plain Python over ini files
- you need to test across multiple Python interpreters or virtualenvs
- you want a modern, actively maintained tox alternative
- your team already writes Python and wants flexible session definitions
When to avoid
- you only need a single-environment test run that a Makefile or shell script covers
- your project already standardizes on tox with existing tox.ini infrastructure
- you need polyglot (non-Python) task automation
Facets
cli-tool · maturity active
testing cli developer-tools workflow-automation testing developer-tools python cli cross-platform tox-alternative test-automation virtual-environments noxfile multi-python-testing command-line python
2 sources
- readme: https://github.com/wntrblm/nox · fetched 2026-08-28 · 5db7ba04e834
- registry_pypi: https://pypi.org/pypi/nox/json · fetched 2026-08-29 · b7fe28a7c280
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| wntrblm/nox | main | 94 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem