summaryrefslogtreecommitdiff
path: root/test/functional/docstrings.txt
Commit message (Collapse)AuthorAgeFilesLines
* Implement confidence levels.Torsten Marek2014-07-241-4/+4
| | | | | | | - attach confidence levels to a number of messages - include confidence levels in the message object - if the confidence of a message is not HIGH or UNDEFINED, include it in the test output.
* Expected output files for the new test framework are now CSV files.Torsten Marek2014-08-161-8/+8
| | | | | CSV files are easier to parse (messages with multi-line output were parsed with a heuristic so far), and are easier to extend with new fields.
* Don't emit 'missing-docstring' when the actual docstring uses `.format`. ↵cpopa2014-07-251-0/+8
Closes issue #281.