summaryrefslogtreecommitdiff
path: root/test/test_config.py
Commit message (Expand)AuthorAgeFilesLines
* XML output file is configurable in .rc file.Ned Batchelder2010-01-091-0/+6
* Test all of the config entries in test_config.pyNed Batchelder2010-01-061-4/+18
* HTML output directory is now settable in the .rc file.Ned Batchelder2010-01-061-1/+7
* WhitespaceNed Batchelder2009-12-171-1/+1
* Keep it working on 3.x also.Ned Batchelder2009-12-131-0/+1
* Rename the config file option for excluding source lines, in prep for excludi...Ned Batchelder2009-12-131-1/+30
* I never liked the assert_ method anyway. Use assertTrue and assertFalse inst...Ned Batchelder2009-12-131-3/+3
* Read the data file from the COVERAGE_FILE environment variable.Ned Batchelder2009-11-281-0/+14
* Add data_file to the .coveragerc file.Ned Batchelder2009-11-281-3/+15
* Test the config file support.Ned Batchelder2009-11-281-0/+63