- Fast — dependency-aware ordering, runs only what changed
- Optimized for AI coding agents — tight feedback loops matter
pip install rut
Core Features
3 Characters
The fastest test command you'll ever type. Just rut.
Async Support
Built-in support for async test methods. No plugins needed.
Keyword Filtering
Filter tests by name patterns. Run exactly what you need.
Coverage
Code coverage support without extra configuration.
What makes rut different
Dependency Ordering
Topological test ordering by import graph. Tests for broken modules fail first.
Incremental Testing
Only run tests affected by your changes. Skip the rest.