python:subunit: Remove write_traceback()
commit18b78fa4b464200120f72a498530c5e9471a2565
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 28 Apr 2021 01:54:44 +0000 (28 13:54 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 11 Jun 2021 08:38:34 +0000 (11 08:38 +0000)
treeaa4068225bbab57d69951c89bd5fcfa4e9709ce8
parent3031e8071c8938f0e64212fd4f767de694032be3
python:subunit: Remove write_traceback()

This functionality is already present in the Python unittest framework,
and so is not necessary to include here.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/subunit/run.py