Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 518 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 518 Bytes

Test-driven development by example (Kent Beck)

CI Actions Status Quality Gate Status

  • Quickly add a test
  • Run all tests and see the new one fail
  • Make a little change
  • Run all tests and see them all succeed
  • Refactor to remove duplication