summaryrefslogtreecommitdiff
path: root/tests/test_coverage.py
Commit message (Expand)AuthorAgeFilesLines
* Complete test suite overhaul.Georg Brandl2014-09-211-48/+0
* fix py2/py3 compat for 'iter.next()/next(iter)' and 'dict.values()/list(dict....Takayuki Shimizukawa2014-05-011-1/+1
* Update copyright year.Georg Brandl2014-03-011-1/+1
* tests: replace "from util import *" by explicit importsGeorg Brandl2013-04-011-1/+1
* Copyright update.Georg Brandl2013-01-011-1/+1
* Add an option for the coverage builder if source-undocumented items are matched.Georg Brandl2011-01-041-0/+2
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
* | Fixed the coverage extension test as well as the coverage extension itself fo...Daniel Neuhäuser2010-06-191-1/+1
|/
* Fix some XXXes.Georg Brandl2010-01-171-2/+1
* merge with trunkGeorg Brandl2010-01-021-0/+1
|\
| * Add some XXX comments to places where work is needed.Georg Brandl2009-09-081-0/+1
* | Happy new year!Georg Brandl2010-01-011-1/+1
|/
* Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
* Add test for coverage builder and fix an AttributeError in it.Georg Brandl2008-09-131-0/+46