summaryrefslogtreecommitdiff
path: root/testing/test_unittest.py
diff options
context:
space:
mode:
authorWes Thomas <westhomas@gmail.com>2018-08-08 18:18:18 -0500
committerWes Thomas <westhomas@gmail.com>2018-08-08 18:18:18 -0500
commit051db6a33d75e0aff4664be12eb85206ec9d8234 (patch)
tree521162cb65e5fef339c344a16ea2f32a61c1118c /testing/test_unittest.py
parentaa358433b0d63655981e2bac112ab5a490927716 (diff)
downloadpytest-051db6a33d75e0aff4664be12eb85206ec9d8234.tar.gz
Trimming Trailing Whitespace
Diffstat (limited to 'testing/test_unittest.py')
-rw-r--r--testing/test_unittest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/test_unittest.py b/testing/test_unittest.py
index 444725ab9..56fdebf48 100644
--- a/testing/test_unittest.py
+++ b/testing/test_unittest.py
@@ -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
"""