Skip to content

Commit f14e4db

Browse files
committed
. d Describe 'TDD mode'
1 parent 0652dde commit f14e4db

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ Upon a successful test run, the commit script shows a dialog asking you for a co
3434

3535
Upon a test failure, the revert script will revert your changes. It deletes any new files. (Any files ignored by your repo will remain.) And it shows you a dialog to letting you know it did its business.
3636

37+
## TDD Mode
38+
39+
Because the commit and revert scripts are separate, you can choose to use just the commit script.
40+
This turns the setup into a TDD tool: you can write failing tests and explore solutions freely.
41+
Commits only happen when tests pass — but failures don’t revert your work.
42+
3743
## Temporary Bypass
3844

3945
To bypass TCR, deselect the Run script in the Testing Fails behaviors. This will keep any changes in place.

0 commit comments

Comments
 (0)