Trimming Trailing Whitespace

This commit is contained in:
Wes Thomas 2018-08-08 18:18:18 -05:00
parent aa358433b0
commit 051db6a33d
1 changed files with 1 additions and 1 deletions

View File

@ -1002,7 +1002,7 @@ def test_testcase_handles_init_exceptions(testdir):
import pytest
class MyTestCase(TestCase):
def __init__(self, *args, **kwargs):
raise Exception("should raise this exception")
raise Exception("should raise this exception")
def test_hello(self):
pass
"""