summaryrefslogtreecommitdiff
path: root/tests/test_config.py
Commit message (Collapse)AuthorAgeFilesLines
* COVERAGE_RCFILE can specify the config file location. #650Ned Batchelder2018-04-191-0/+15
|
* Don't confuse run-include with report-include (and also omit). Fixes #621 ↵Ned Batchelder2018-01-201-1/+1
| | | | and #622.
* * --source and --include are mutually exclusive (take 2) #265loic2017-01-071-4/+9
| | | | | close #265 close #101
* Explicitly specified secondary config files are properly read. #588Ned Batchelder2017-10-211-0/+7
|
* Perform tilde expansion on file path config values. #589Ned Batchelder2017-10-211-1/+34
|
* Refactor common test infrastructure for fiddling sys.path and finding filesNed Batchelder2017-05-041-11/+2
|
* Warnings can be disabledNed Batchelder2017-04-041-0/+2
|
* --source and --include are mutually exclusive #265issue-265loic2016-12-161-2/+0
| | | | | | | | | | | | | | | Add a sanity_check function to CoverageConfig to perform sanity checks after configuration values have been collected from files, arguments etc. Raise an error if --source and --include are both set. The config tests are amended because some of them have both source and include set. Based on the original patch from Nathan Land close #265
* Make sure that an uninterested setup.cfg doesn't prevent tox.ini from workingNed Batchelder2016-11-191-0/+9
|
* Tweak test helper names and docstringsNed Batchelder2016-11-191-17/+16
|
* Put this test back, it was failing when trying to check both setup.cfg and ↵Ned Batchelder2016-11-191-9/+7
| | | | tox.ini
* Clean up line wraps and leftover printsNed Batchelder2016-11-191-6/+3
|
* Read options from tox.iniissue-519Stephen Finucane2016-11-181-18/+59
| | | | | | | | | | | | | If coveragerc does not exist, setup.cfg does not exist or does not contain any coverage-related metadata, and no custom config file is provided, fall back to tox.ini. The syntax of tox.ini files is the same as that expected of setup.cfg files, namely: [coverage:{section}] Fixes: #519
* Test the debug settings more, and strip spaces from the environment variableNed Batchelder2016-10-211-0/+11
|
* Let the concurrency option be multi-valued. #484Ned Batchelder2016-07-041-2/+3
|
* Add an explicit test of the source= rc setting.Ned Batchelder2016-02-211-0/+2
|
* Non-ascii characters work again in config regexes. Fixes #455.Ned Batchelder2015-12-241-0/+7
|
* Combining now issues warnings on unreadable files, unconditionallyNed Batchelder2015-10-041-5/+0
|
* Combine can now ignore errors.Ned Batchelder2015-10-031-0/+5
|
* Change the coverage.config item-access syntax to a real method call.Ned Batchelder2015-08-021-15/+15
| | | | | The square brackets were too cute, and I couldn't figure out how to document them anyway!
* Use the new class nameNed Batchelder2015-07-271-21/+21
|
* Fail on unrecognized configuration options. #386Ned Batchelder2015-07-271-0/+27
|
* Clean upNed Batchelder2015-07-271-28/+17
|
* New config option: run:note lets you annotate the data file.Ned Batchelder2015-07-261-1/+1
|
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|
* Python 3.5 changed some of the regex error messagesNed Batchelder2015-05-271-2/+2
|
* Treat config_file=".coveragerc" the same as config_file=True. #357Ned Batchelder2015-02-111-0/+15
|
* Vertical importsNed Batchelder2015-02-091-1/+2
|
* XML package_depth configuration option. Thanks, Lex BerezhnyNed Batchelder2015-01-191-0/+2
|
* Collect all the nudgy environment checks into coverage.envNed Batchelder2015-01-181-1/+1
|
* Provide early error messages for bad regexes in config. #349Ned Batchelder2015-01-161-0/+10
|
* OK, I should really stop fiddling with spell-check...Ned Batchelder2014-11-271-1/+1
|
* Try out pylint spelling. Kinda noisy, but fixed some stuff.Ned Batchelder2014-11-271-2/+2
|
* Give error messages if an explicitly provided rcfile can't be read.Ned Batchelder2014-11-271-7/+24
|
* Add skip-covered option.Krystian Kichewko2014-11-191-0/+2
|
* Fix one test and add one test for setup.cfg settingsNed Batchelder2014-11-161-1/+13
|
* Config tweaking applies to plugin options alsoNed Batchelder2014-10-111-0/+26
|
* Can change config after construction.Ned Batchelder2014-10-111-0/+13
|
* Some error checking and more tests for concurrency control.Ned Batchelder2014-09-251-1/+3
|
* More-serious plugin supportNed Batchelder2014-08-211-0/+24
|
* Read options from setup.cfg if .coveragerc not around. #304Ned Batchelder2014-07-051-53/+91
|
* Use assertRaises as a context manager now that we can.Ned Batchelder2013-12-211-1/+2
|
* Get rid of our backward implementation of set, sorted, reversed, and rpartition.Ned Batchelder2013-10-191-1/+0
|
* We only run on 2.6, 2.7, 3.2, 3.3 now.Ned Batchelder2013-10-191-12/+11
|
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-1/+1
|
* Move the test directory to tests to avoid conflicts with the stdlib test ↵Ned Batchelder2013-02-021-0/+225
package.