summaryrefslogtreecommitdiff
path: root/test/test_functional.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix test case naming in test_functional.Torsten Marek2014-07-271-7/+7
|
* Keep message lines from expected files that are not emitted by the current ↵Torsten Marek2014-07-271-37/+63
| | | | Python version when regenerating files.
* Rename .args files to .rc to more accurately reflect purpose and format.Torsten Marek2014-07-261-1/+1
|
* Port some regression tests to the new functional test framework and make it ↵Torsten Marek2014-07-261-11/+25
| | | | possible to specify required packages.
* Support multi-line messages in the expected output files.Torsten Marek2014-07-251-3/+10
|
* delete some trailing whitespacesSylvain Th?nault2014-07-251-6/+6
|
* Make pylint compatible with Python 2.5 again, and make all the tests pass ↵Torsten Marek2014-07-241-4/+5
| | | | (Closes: #278).
* Added a new test suite for functional tests.Torsten Marek2014-07-241-0/+273
Main changes: - version restrictions are not encoded in file names any more, but in option files - expected messages are annotated in the test files directly