twisted / twistedchecker

twistedchecker is a tool to automatically verify code against the Twisted coding standard.
MIT License
9 stars 13 forks source link

Fix functional tests after twistedchecker exit with non-zero code #94

Closed adiroiban closed 9 years ago

adiroiban commented 9 years ago

We have a problem after #89 was merged.

I found it and will submit a fix.

adiroiban commented 9 years ago

I have fixed the code. Please review.

Not sure what test to write for the test itself but I assume that when you do TDD you are actually testing the test and will observer that a test will pass when if fact it was supposed to fail.

adiroiban commented 9 years ago

Merged since it was waiting in review for far too long and this is critical