summaryrefslogtreecommitdiff
path: root/setuptools/tests/config
Commit message (Expand)AuthorAgeFilesLines
...
* Change tests for resolve_class to consider different layoutsAnderson Bravalheri2022-03-241-5/+16
* Add unit test for read_attrAnderson Bravalheri2022-03-241-24/+44
* Add test for default include-package-data with 'pyproject.toml'Anderson Bravalheri2022-03-221-0/+13
* Adequate existing tests to the new errors for auto-discoveryAnderson Bravalheri2022-03-182-16/+27
* Add tests for dynamic classifiers on pyproject.tomlAnderson Bravalheri2022-03-171-6/+38
* Change pyproject.toml tests to not use dynamic for license/license-filesAnderson Bravalheri2022-03-091-3/+4
* Test the behavior of license and license-files in pyproject.tomlAnderson Bravalheri2022-03-091-0/+24
* Capture expectations about discovery and attr/cmdclassAnderson Bravalheri2022-03-091-17/+53
* Make sure package_dir is populated before processing cmdclass and 'attr:' in ...Anderson Bravalheri2022-03-091-17/+20
* Allow expand.find_packges to fill package_dirAnderson Bravalheri2022-03-091-3/+8
* Find namespaces by default when using config in 'pyproject.toml'Anderson Bravalheri2022-03-052-4/+4
* Add some type hints to config.setupcfgAnderson Bravalheri2022-03-051-0/+1
* Show significant error messages to user and avoid traceback pollutionAnderson Bravalheri2022-03-051-11/+51
* Back-fill Description-Content-Type according to readme suffixAnderson Bravalheri2022-03-051-3/+38
* Add tests against "empty" pyproject.tomlAnderson Bravalheri2022-03-051-0/+11
* Avoid failing due to 3rd party config in pyproject.tomlAnderson Bravalheri2022-03-051-0/+18
* Add a 'uses_network' marker to tests that require connectivityAnderson Bravalheri2022-03-051-0/+1
* Prevent resource warnings in test_apply_pyprojecttomlAnderson Bravalheri2022-03-051-3/+3
* Fix pyproject config when tool table is not presentAnderson Bravalheri2022-03-051-0/+72
* Test pyproject.toml config has the same effect as setup.cfgAnderson Bravalheri2022-03-053-0/+142
* Expand dynamic entry_points from pyproject.tomlAnderson Bravalheri2022-03-051-3/+38
* Implement read_configuration from pyproject.tomlAnderson Bravalheri2022-03-051-0/+103
* Parametrize test_expand.test_find_packagesAnderson Bravalheri2022-03-051-15/+16
* Ensure proper exception matching in test_expandAnderson Bravalheri2022-03-051-2/+3
* Replace pushd with monkeypatch.chdir in test_expandAnderson Bravalheri2022-03-051-13/+19
* Adopt review suggestionsAnderson Bravalheri2022-03-051-1/+1
* Adequate test_setupcfg to latest changes in setupcfgAnderson Bravalheri2022-03-051-16/+14
* Allow root_dir to be explicit in config.expand functionsAnderson Bravalheri2022-03-051-7/+30
* Extract post-processing functions from configAnderson Bravalheri2022-03-051-0/+83
* Rename `config` to `config.setupcfg`Anderson Bravalheri2022-03-052-0/+919