summaryrefslogtreecommitdiff
path: root/tests/test_config.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: no need for maybe-u prefixes in test regexesNed Batchelder2021-10-101-3/+3
* style: prefer explicit string concatenationNed Batchelder2021-10-101-8/+8
* feat: unrecognized options are now a warning rather than error. #1035 (#1206)Ned Batchelder2021-08-051-6/+6
* style: fix typos discovered by codespell (#1197)Christian Clauss2021-08-011-1/+1
* Support TOML v1.0.0 syntax in `pyproject.toml` (#1186)Thomas Grainger2021-07-131-28/+25
* refactor: move exceptions to their own moduleNed Batchelder2021-05-021-1/+1
* refactor: pyupgrade --py36-plus tests/**.pyNed Batchelder2021-05-021-7/+6
* test: remove the .egg testNed Batchelder2021-04-141-2/+2
* test: add a test of missing sections and optionsNed Batchelder2021-02-251-0/+12
* refactor: put a test in a more appropriate classNed Batchelder2021-02-251-11/+11
* style: fix long lines and avoid backslashesnedbat/unittest2pytestNed Batchelder2021-01-311-6/+3
* style: correct placement of auto-added pytest importsNed Batchelder2021-01-311-1/+1
* style: singleton comparisons should use isNed Batchelder2021-01-311-8/+8
* refactor: unittest2pytest -w testsNed Batchelder2021-01-311-133/+128
* Simplify the testing of the toml extra, fixing #1084Ned Batchelder2021-01-181-5/+5
* Create Way to force package even if filepath exists (#1026)Thomas Grainger2020-09-121-0/+2
* Read the config file contents as bytes, it's just for debugging anyway. #990Ned Batchelder2020-05-231-4/+10
* Beef up the test for get_option(paths)Ned Batchelder2020-04-111-1/+14
* Allow plugins to alter the paths configBernat Gabor2020-04-031-0/+12
* Don't do vars and users in abs_fileNed Batchelder2019-11-281-0/+6
* '[run] note' is no longer supported.Ned Batchelder2019-11-091-0/+11
* Refactor the toml logicNed Batchelder2019-11-041-6/+21
* Give warnings about not being able to parse TOML files if toml isn't installedNed Batchelder2019-11-031-0/+34
* Expand environment variables in any part of a TOML configNed Batchelder2019-11-031-1/+2
* TOML support for pyproject.toml and other config filesFrazer McLean2019-11-031-0/+123
* Optionally skip empty files in reportsreybog902019-11-011-0/+2
* Create a JSON reportMatt Bachmann2019-08-311-0/+6
* Prefer assertRaisesRegex to assertRaisesNed Batchelder2019-04-211-6/+6
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
* 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 and...Ned Batchelder2018-01-201-1/+1
* * --source and --include are mutually exclusive (take 2) #265loic@dachary.org2017-01-071-4/+9
* 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 #265loic@dachary.org2016-12-161-2/+0
* 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 to...Ned Batchelder2016-11-191-9/+7
* Clean up line wraps and leftover printsNed Batchelder2016-11-191-6/+3
* Read options from tox.iniStephen Finucane2016-11-181-18/+59
* 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
* Use the new class nameNed Batchelder2015-07-271-21/+21