Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-incubator-dev] Unit tests

DOUG SATCHWELL wrote:
Quick question - if we write some _new_ unit tests that currently fail, should they be excluded from the test suite until they are fixed?
Cheers,
Doug
Basically, yes.


In actuallity, the tests should be written first, then the code to pass the tests, and then when everything is finished it should be checked in (code and tests).
http://www.extremeprogramming.org/rules/unittests.html

Dave




Back to the top