aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_config.py
Commit message (Expand)AuthorAgeFilesLines
* `test_ignore_errors` side effect mitigated.idle sign2016-12-101-0/+2
* Fixed test for `find()` results.idle sign2016-12-101-3/+5
* Implemented find() configuration support for `packages`.idle sign2016-12-101-0/+38
* config tests refactored.idle sign2016-12-101-17/+26
* `read_configuration()` now accepts `ignore_option_errors`.idle sign2016-12-101-0/+16
* `read_configuration` now chdirs and tests for file.idle sign2016-12-071-1/+5
* `strict_mode` removed to improve forward compatibility.idle sign2016-12-051-12/+0
* Added API functions.idle sign2016-12-051-1/+19
* Tests and docstrings update.idle sign2016-12-051-0/+4
* `file:` directive sandboxed.idle sign2016-12-051-0/+12
* `metadata` aliases update.idle sign2016-12-041-1/+1
* Added `metadata` section aliases.idle sign2016-12-041-0/+25
* Section names now dot-separated to mimic .toml table names.idle sign2016-12-041-7/+9
* `dependency_links` as section not supported.idle sign2016-12-041-16/+0
* Implemented proper dangling option values support.idle sign2016-12-041-13/+98
* Added ConfigHandler.strict_mode.idle sign2016-12-041-2/+13
* Tests for config module 2.6 compatible.idle sign2016-11-261-20/+20
* Added tests for config module.idle sign2016-11-261-0/+339