Commit Graph

6 Commits

Author SHA1 Message Date
Claudiu Popa
00e7dc3b23 Fix a regression, where '{path}' was no longer accepted in '--msg-template'.
Patch by LCD47.
2014-10-16 14:22:06 +03:00
Torsten Marek
97006fcc02 Remove dependency on logilab.testlib in the test suite (also removes Python 2.5 compatibility). 2014-07-26 17:11:14 +02:00
Sylvain Thénault
dec2a60f3a [refactor] move handling of file specific state to its own FileState class (mostly message states) 2014-07-24 23:53:44 +02:00
Arun Persaud
f91020d413 Updated FSF address. 2014-02-23 15:02:47 -08:00
Sylvain Thénault
7c641ad379 cleanup unittest_reporting 2013-09-25 08:13:10 +02:00
Anthony Truchet
188e7dde3a Templating mecanism for text reporters.
This changeset introduces a reporters.Message class to represent
messages with their attached data. Those messages object can then
be formatted accordingto some template.

A template can be specified on the command line through the
msg-template option.

This deprecates parseable and msvc output format, and kill --symbols
and --include-ids option.
2013-07-30 18:02:48 +02:00