Nose plugin that adds GNU errorformat-compatible tracebacks output for failure and errors. For example when the test fails, that output is added: ... File "tests/services/test_request_saver.py", line 149, in test_unique self.assertFalse(True) AssertionError: True is not false -----BEGIN GNU errorformat----- tests/services/test_request_saver.py:134:0: test_unique: def test_unique( tests/services/test_request_saver.py:149:0: test_unique: self.assertFalse(True) -----END GNU errorformat----- nose_gnuerrorformat is free software: see the file COPYING for copying conditions.