Skip to content

Commit

Permalink
Tweak TDD description
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Sep 26, 2024
1 parent a2c8d87 commit 2c300dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,11 @@ With Revise, you can

- fix the bug while simultaneously developing a high-quality test
- verify that your test passes with the fixed code
- commit the test, but not the fix
- `git stash` your fix and check that your new test fails on the old code,
thus verifying that your test captures the essence of the former bug (if it doesn't fail,
you need a better test!)
- `git stash pop`, test again, commit, and submit
- `git stash pop`, test again, commit the fix, and submit

all without restarting your Julia session.

Expand Down

0 comments on commit 2c300dd

Please sign in to comment.