summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_config_discovery.py
Commit message (Expand)AuthorAgeFilesLines
* Capture behaviour of issue 3692 in testAnderson Bravalheri2022-11-221-0/+13
* Replicate problems with name discovery and dynamic versionsAnderson Bravalheri2022-08-191-0/+34
* Replicate problems with `setup.py --version` and auto-discoveryAnderson Bravalheri2022-08-191-0/+9
* Disable auto-discovery when the 'configuration' attribute is passedAnderson Bravalheri2022-03-251-0/+14
* Attempt to solve pathsep problems in windows testsAnderson Bravalheri2022-03-251-4/+2
* Avoid unnecessarily changing package_dirAnderson Bravalheri2022-03-251-1/+99
* Improve organisation of test_config_discoveryAnderson Bravalheri2022-03-221-53/+54
* Ignore ext-modules for auto-discovery with pyproject.toml metadataAnderson Bravalheri2022-03-221-47/+77
* Test discovery when ext_modules are providedAnderson Bravalheri2022-03-221-0/+52
* Make sure to ignore option errors with MinimalDistributionAnderson Bravalheri2022-03-211-0/+12
* Fix test missing assertionAnderson Bravalheri2022-03-211-1/+1
* Fix problem caused by mispelling of py_modules for pyproject.tomlAnderson Bravalheri2022-03-191-25/+61
* Prevent accidental multi-package dist with auto-discoveryAnderson Bravalheri2022-03-181-3/+18
* Avoid running build unless necessary in test for discoveryAnderson Bravalheri2022-03-181-1/+7
* Remove stubs when trying name auto-discoveryAnderson Bravalheri2022-03-181-1/+4
* Refactor function for finding top-level packages in auto-discoveryAnderson Bravalheri2022-03-181-1/+17
* Add expectations about multiple packages for discoveryAnderson Bravalheri2022-03-181-0/+40
* Capture expectations about discovery and attr/cmdclassAnderson Bravalheri2022-03-091-1/+1
* Make sure package_dir is populated before processing cmdclass and 'attr:' in ...Anderson Bravalheri2022-03-091-7/+25
* Add test capturing the expectation of package_dir being autodiscoveredAnderson Bravalheri2022-03-091-15/+35
* Test auto-discovery with explicit variation of src layoutAnderson Bravalheri2022-03-051-1/+6
* Don't overwrite if the user specifies empty packages/py_modulesAnderson Bravalheri2022-03-051-2/+56
* Ignore build and dist folders in flat-layoutAnderson Bravalheri2022-03-051-0/+15
* Avoid importing a test inside other testAnderson Bravalheri2022-03-051-2/+4
* Reuse integration helperAnderson Bravalheri2022-03-051-36/+4
* Fix path handling on WindowsAnderson Bravalheri2022-03-051-1/+2
* Add tests to specify automatic option discoveryAnderson Bravalheri2022-03-051-0/+177