Skip to content

Commit

Permalink
BrokenImportTestCase is not itself a test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Roscoe committed Jun 15, 2012
1 parent 712e016 commit d053d94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/discovery_failure_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@


class BrokenImportTestCase(TestCase):
__test__ = False

@setup
def create_broken_import_file(self):
"""Write out a test file containing a bad import. This way, a broken
Expand Down

0 comments on commit d053d94

Please sign in to comment.