summaryrefslogtreecommitdiff
path: root/tests/coverage.py
Commit message (Expand)AuthorAgeFilesLines
* pytest migrationshimizukawa2017-01-041-1158/+0
* Handle more file closing with "with"Ville Skyttä2016-07-071-10/+6
* remove unnecessary `list()` wrappers. In some places, I replaced `iterable.so...Takayuki Shimizukawa2014-05-251-6/+4
* wrap py3 iterators with list() for each places that expect a list object. ref...Takayuki Shimizukawa2014-04-301-5/+5
* remove 'six' name except importing line.Takayuki Shimizukawa2014-04-301-2/+2
* use six privided functions/classes to support py2/py3 in one source. refs #1350.Takayuki Shimizukawa2014-04-291-7/+3
* consistency nitsGeorg Brandl2014-01-221-1/+2
* Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-35/+30
* Fixed long lines and trailing whitespaces.Tuomas Räsänen2009-05-051-11/+20
* Fix a few stylistic nits.Georg Brandl2009-04-131-55/+55
* Add makefile target for easy test coverage checking.Georg Brandl2009-02-221-0/+1163