Closed hugovk closed 5 years ago
Thanks for the suggestion!
Unfortunately unittest
is the thing that produces the output (see here: https://github.com/python/cpython/blob/master/Lib/unittest/case.py#L1017), and so we have no control over the output of unittest
test cases from the perspective of this plugin 😞
Why leave a "wontfix" issue open?
It would be great to add support for
unittest
's asserts.For example:
assert
is nicely coloured:unittest.assertEqual
isn't: