summaryrefslogtreecommitdiff
path: root/tests/coverage.py
Commit message (Collapse)AuthorAgeFilesLines
* consistency nitsGeorg Brandl2014-01-221-1/+2
|
* Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-35/+30
| | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections.
* Fixed long lines and trailing whitespaces.Tuomas R?s?nen2009-05-051-11/+20
|
* Fix a few stylistic nits.gbrandl2009-04-131-55/+55
|
* Add makefile target for easy test coverage checking.Georg Brandl2009-02-221-0/+1163