summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_config.py
Commit message (Expand)AuthorAgeFilesLines
* Rename `config` to `config.setupcfg`Anderson Bravalheri2022-03-051-919/+0
* remove lib2to3 usageThomas Grainger2021-09-041-230/+123
* globbing for [options.data_files]: Remove special treatment for filenames wit...Alan Fregtman2021-07-211-3/+0
* Update globbing for [options.data_files] to be implicit, not requiring a cust...Alan Fregtman2021-07-211-3/+6
* Implement "glob:" directive for declarative "data_files" option.Alan Fregtman2021-06-301-0/+35
* Fix formatting of tests and change dash deprecation method nameMelissa Li2021-03-081-8/+8
* Apply suggestions in code review.Jason R. Coombs2021-03-061-2/+3
* Test for uppercase metadata warningMelissa Li2021-03-051-0/+18
* Add test for dash preserved extras_require in setup.cfgMelissa Li2021-03-021-0/+14
* Add test for conversion warningMelissa Li2021-03-021-0/+19
* Modify existing tests to be compatible with future underscore changeMelissa Li2021-03-021-2/+2
* Merge pull request #2571 from makeroo/mainJason R. Coombs2021-02-251-0/+24
|\
| * Correctly parse cmdclass in setup.cfg. Fixes #2570Simone Pierazzini2021-02-181-0/+24
* | Update test for case-sensitive entry point namesMelissa Li2021-02-241-16/+0
* | Add case-sensitive entry point name testMelissa Li2021-02-231-0/+34
|/
* Remove Python 2 compatibilityJason R. Coombs2020-08-161-23/+1
* Disable test on Python 2.Jason R. Coombs2020-05-161-0/+5
* Try constructing the fake package at the beginning of the test.Jason R. Coombs2020-05-161-12/+14
* Update test to create separate subpackages. Hoping that avoids issues with ca...Jason R. Coombs2020-05-161-10/+8
* Delete packages from sys.modulesJason R. Coombs2020-05-161-0/+5
* Alter test so it actually triggers the intended behavior.Jason R. Coombs2020-05-161-2/+2
* Extract StaticModule and patch_path helpers.Jason R. Coombs2020-05-161-1/+1
* Merge `literal_attr:` functionality into `attr:`John T. Wodder II2020-05-151-53/+1
* Implement a "literal_attr:" config directiveJohn T. Wodder II2020-05-151-0/+64
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-3/+3
* Change coding cookie to use utf-8 (lowercase)Jon Dufresne2019-10-211-1/+1
* Add more tests for valid behavior. Expand exception, any should do.Jason R. Coombs2019-09-111-1/+23
* Add test capturing failure. Ref #1787.Jason R. Coombs2019-09-111-0/+12
* When reading config files, require them to be encoded with UTF-8. Fixes #1702.Jason R. Coombs2019-04-051-22/+9
* Feed the hobgoblins (delint).Jason R. Coombs2019-04-051-4/+7
* Merge pull request #1180 from benoit-pierre/fix_889_and_non-ascii_in_setup.cf...Jason R. Coombs2019-01-271-2/+73
|\
| * Merge branch 'master' into fix_889_and_non-ascii_in_setup.cfg_take_2Jason R. Coombs2019-01-251-8/+242
| |\
| * | improve encoding handling for `setup.cfg`Benoit Pierre2017-10-251-2/+63
| * | add test to ensure `setup.cfg` interpolation behavior remain unchangedBenoit Pierre2017-10-251-0/+10
* | | Feed the hobgoblins (delint).Jason R. Coombs2019-01-261-6/+10
| |/ |/|
* | Add explicit test for license in setup.cfgPaul Ganssle2018-12-291-0/+20
* | Deprecate the requires keywordSreejith Menon2018-10-271-0/+17
* | Add data_files support in setup.cfg with test caseSatoru SATOH2018-10-241-0/+17
* | Rename find_namepaces_ns to find_namespace_packages (#1423)Carsten Klein2018-08-171-4/+60
* | Merge pull request #1343 from ianw/long-descr-typeJason R. Coombs2018-05-181-1/+42
|\ \
| * | Allow setting long_description_content_type externallyIan Wienand2018-05-171-1/+42
* | | Fix attr: with package_dirsJeremy Bowman2018-05-151-3/+50
|/ /
* | Support loading version from a fileJeremy Bowman2018-05-151-0/+17
* | Updates for PEP 566 (Metadata 2.1)Dustin Ingram2018-03-141-0/+1
* | Merge branch 'master' into masterJason R. Coombs2018-01-041-0/+2
|\ \
| * | Add setup.cfg support for long_description_content_type (in line with docs).Henk-Jaap Wagenaar2017-11-211-0/+2
| |/
* | Support PEP 345 Project-URL metadataJeremy Stanley2017-11-221-0/+16
|/
* Avoid interaction of multiple factors in test.Jason R. Coombs2017-08-281-1/+1
* Support list of files passed to `file:` directiveSviatoslav Sydorenko2017-08-281-8/+2
* Allow adding few files @ metadata.long_descriptionSviatoslav Sydorenko2017-08-281-0/+24