summaryrefslogtreecommitdiff
path: root/test/test_config.py
Commit message (Expand)AuthorAgeFilesLines
* The [html]extra_css configuration value is a file path to a CSS file that get...Ned Batchelder2012-04-201-1/+2
* Add show_missing to the config file. #173.Ned Batchelder2012-04-181-0/+3
* Finished implementation of path aliases for combining data files. #17.Ned Batchelder2011-08-231-0/+13
* WIP for partial branch exclusion. #113Ned Batchelder2011-05-171-0/+12
* New config setting: [report]precision lets you specify the number of digits a...Ned Batchelder2010-08-241-0/+11
* Omit and include are now filename patterns rather than prefixes. BACKWARD IN...Ned Batchelder2010-05-231-2/+2
* 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 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