Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix twisted.test.test_defer.DeferredTests.test_inlineCallbacksTraceba…
…cks failure Resolve this test failure: Traceback (most recent call last): File "/home/twm/dev/twisted/build/nocov/lib/python3.6/site-packages/twisted/test/test_defer.py", line 1424, in test_inlineCallbacksTracebacks self.assertEqual("1/0", tb[2][3]) File "/home/twm/dev/twisted/build/nocov/lib/python3.6/site-packages/twisted/trial/_synctest.py", line 424, in assertEqual super(_Assertions, self).assertEqual(first, second, msg) File "/usr/lib/python3.6/unittest/case.py", line 829, in assertEqual assertion_func(first, second, msg=msg) File "/usr/lib/python3.6/unittest/case.py", line 1203, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) twisted.trial.unittest.FailTest: '1/0' != '1 / 0' - 1/0 + 1 / 0 ? + + Black added whitespace around the division operator. Update the assertion to match.
- Loading branch information