fixed pep8 issue

This commit is contained in:
Justin Shepherd
2011-08-04 23:01:22 -05:00
parent a229b5bb85
commit 57c687e627

View File

@@ -37,7 +37,7 @@ class ExampleSkipTestCase(test.TestCase):
@test.skip_if(False, "This test case should never be skipped.")
def test_001_increase_test_counter(self):
ExampleSkipTestCase.test_counter += 1
@test.skip_unless(True, "This test case should never be skipped.")
def test_002_increase_test_counter(self):
ExampleSkipTestCase.test_counter += 1