summaryrefslogtreecommitdiff
path: root/tests/test_coverage.py
Commit message (Collapse)AuthorAgeFilesLines
* Complete test suite overhaul.Georg Brandl2014-09-211-48/+0
| | | | | | | | | | | | * rename a few test modules to make the names more consistent * do not copy/use Sphinx from build/ (unnecessary without 2to3) * use a temporary dir for *all* test projects, the source tree will stay pristine that way (default is tests/build) * speed up tests by ~3x by splitting up test projects and avoiding rebuilds
* fix py2/py3 compat for 'iter.next()/next(iter)' and ↵Takayuki Shimizukawa2014-05-011-1/+1
| | | | 'dict.values()/list(dict.values())'. refs #1350.
* 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 ↵Daniel Neuhäuser2010-06-191-1/+1
|/ | | | for python3
* 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
| | | | | names in AUTHORS instead, and add the license of etree13 to LICENSE.
* Add test for coverage builder and fix an AttributeError in it.Georg Brandl2008-09-131-0/+46