]> Sergey Matveev's repositories - nose_gnuerrorformat.git/blob - README
3d2d4e2ecba7d1a097ff27be02bd3a4c6b99e4d1
[nose_gnuerrorformat.git] / README
1 Nose plugin that adds GNU errorformat-compatible tracebacks output for
2 failure and errors. For example when the test fails, that output is
3 added:
4
5     ...
6       File "tests/services/test_request_saver.py", line 149, in test_unique
7         self.assertFalse(True)
8     AssertionError: True is not false
9     -----BEGIN GNU errorformat-----
10     tests/services/test_request_saver.py:134:0: test_unique: def test_unique(
11     tests/services/test_request_saver.py:149:0: test_unique: self.assertFalse(True)
12     -----END GNU errorformat-----
13
14 nose_gnuerrorformat is free software: see the file COPYING for copying conditions.