---
title: "Savepoint: A CLI for TDD"
url: https://daily.dev/posts/savepoint-a-cli-for-tdd-igl0vfwwm
source_url: https://www.youtube.com/watch?v=ZBa3BK4Efcw
type: video:youtube
source: "No Boilerplate"
published: 2026-05-14T08:03:01.731Z
updated: 2026-05-14T08:03:20.010Z
tags: ["general-programming", "rust", "git", "tdd"]
reading_time: 7
upvotes: 10
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Savepoint: A CLI for TDD

**[No Boilerplate](https://daily.dev/sources/noboilerplate)** · 7 min read · 10 upvotes · 0 comments

## Summary

Savepoint is a new open-source CLI tool written in Rust that automates TDD workflows by watching for file changes, running a test command, and automatically creating a Git commit whenever tests transition from failing to passing. The tool acts as a continuous safety net, letting developers revert to a known good state at any time. Inspired by a senior developer's advice to commit at each passing state, the tool is modeled as a simple two-state machine. The Nushell prototype and Rust implementation are both discussed, highlighting how the logic simplifies to a single meaningful state transition. Users are advised to squash the resulting commits before pushing.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=ZBa3BK4Efcw>

## Similar posts on daily.dev

- [Testing can be fun, actually](https://daily.dev/posts/testing-can-be-fun-actually-iorwrxdme) · Lobsters · 0 upvotes · 0 comments

---

Tags: [#general-programming](https://daily.dev/tags/general-programming), [#rust](https://daily.dev/tags/rust), [#git](https://daily.dev/tags/git), [#tdd](https://daily.dev/tags/tdd)

[View this post on daily.dev](https://daily.dev/posts/savepoint-a-cli-for-tdd-igl0vfwwm)
