summaryrefslogtreecommitdiff
path: root/test/test_config.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactor common code in config.py, and start testing the new options.Ned Batchelder2010-05-151-0/+2
|
* 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 ↵Ned Batchelder2009-12-131-1/+30
| | | | excluding files.
* I never liked the assert_ method anyway. Use assertTrue and assertFalse ↵Ned Batchelder2009-12-131-3/+3
| | | | instead.
* 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