Trimming Trailing Whitespace
This commit is contained in:
parent
aa358433b0
commit
051db6a33d
|
@ -1002,7 +1002,7 @@ def test_testcase_handles_init_exceptions(testdir):
|
||||||
import pytest
|
import pytest
|
||||||
class MyTestCase(TestCase):
|
class MyTestCase(TestCase):
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
raise Exception("should raise this exception")
|
raise Exception("should raise this exception")
|
||||||
def test_hello(self):
|
def test_hello(self):
|
||||||
pass
|
pass
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue