added missing newline in test
This commit is contained in:
parent
cc6dd89baf
commit
711cd060cd
|
@ -703,6 +703,7 @@ class BaseExceptionReportingTests:
|
||||||
msg = self.get_report(e).splitlines()
|
msg = self.get_report(e).splitlines()
|
||||||
self.assertEqual(msg,
|
self.assertEqual(msg,
|
||||||
[' File "myfile.py", line 100', 'SyntaxError: bad syntax'])
|
[' File "myfile.py", line 100', 'SyntaxError: bad syntax'])
|
||||||
|
|
||||||
class PyExcReportingTests(BaseExceptionReportingTests, unittest.TestCase):
|
class PyExcReportingTests(BaseExceptionReportingTests, unittest.TestCase):
|
||||||
#
|
#
|
||||||
# This checks reporting through the 'traceback' module, with both
|
# This checks reporting through the 'traceback' module, with both
|
||||||
|
|
Loading…
Reference in New Issue