Clean Check In

One of the TestingPatterns from KentBeck's TestDrivenDevelopment.

Don't check in code until every test is running. 100%. No exceptions.


Potentially at odds with BrokenTest


CategoryTesting