summaryrefslogtreecommitdiff
path: root/test/test_xml.py
Commit message (Collapse)AuthorAgeFilesLines
* Move the test directory to tests to avoid conflicts with the stdlib test ↵Ned Batchelder2013-02-021-84/+0
| | | | package.
* Get rid of import craziness in the tests.Ned Batchelder2012-12-301-3/+2
|
* Refactor a bunch of tests to isolate the recursive coverage calls.Ned Batchelder2012-11-291-6/+2
|
* LintNed Batchelder2012-11-211-2/+2
|
* Moar tests for XML reporting.Ned Batchelder2012-11-201-1/+54
|
* A failure during XML reporting would leave an empty XML file behind. #210Ned Batchelder2012-11-081-2/+9
|
* Ugh. Setting the xml output file in the .coveragerc file simply didn't ↵Ned Batchelder2012-11-071-0/+29
work. Now it does.