in reply to Re: Unit Tests and Creative Tension
in thread Unit Tests and Creative Tension

just keep the failing test for yourself, i.e. don't break anything by checking it in.

If you are using the Test::More module, you can declare that a test is supposed to fail because it is testing something that is not ready yet. This is called a TODO test.

  • Comment on Re: Re: Unit Tests and Creative Tension