summaryrefslogtreecommitdiff
path: root/test/unittest_reporting.py
Commit message (Collapse)AuthorAgeFilesLines
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-125/+0
|
* Use a DeprecationWarning for ParseableTextReporter.Claudiu Popa2015-01-031-1/+12
|
* Added test for issue #263Calin Don2014-11-221-0/+47
|
* Make most tests run unmodified under Python 3.4.Torsten Marek2014-11-091-3/+3
|
* Forgot to add an import.Claudiu Popa2014-10-161-1/+1
|
* Fix a regression, where '{path}' was no longer accepted in '--msg-template'.Claudiu Popa2014-10-161-0/+15
| | | | Patch by LCD47.
* Remove dependency on logilab.testlib in the test suite (also removes Python ↵Torsten Marek2014-07-261-6/+5
| | | | 2.5 compatibility).
* [refactor] move handling of file specific state to its own FileState class ↵Sylvain Th?nault2014-07-241-1/+1
| | | | (mostly message states)
* Updated FSF address.Arun Persaud2014-02-231-1/+1
|
* cleanup unittest_reportingSylvain Th?nault2013-09-251-21/+8
|
* Templating mecanism for text reporters.Anthony Truchet2013-07-301-0/+66
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.