Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • 3
    That a bug in Parser could fail some other test is not a problem if you habitually commit only at zero failures, on the contrary it means that you have more coverage of Parser. What I would rather worry about is that a bug in Parser could make this test succeed when it should have failed. Unit tests are there to find bugs, after all—a test is broken when it doesn't but should have. Commented Dec 4, 2014 at 19:19