summaryrefslogtreecommitdiff
path: root/setuptools/tests
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
* 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
* Prevent setup_requires patches from activating auto-discoveryAnderson Bravalheri2022-03-191-0/+24
* Fix problem caused by mispelling of py_modules for pyproject.tomlAnderson Bravalheri2022-03-191-25/+61
* Adequate existing tests to the new errors for auto-discoveryAnderson Bravalheri2022-03-183-18/+28
* 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
* Add tests for dynamic classifiers on pyproject.tomlAnderson Bravalheri2022-03-171-6/+38
* Merge branch 'main' into experimental/support-pyprojectAnderson Bravalheri2022-03-163-36/+35
|\
| * Just skip the most problematic test for PyPy on WindowsAnderson Bravalheri2022-03-141-0/+7
| * [CI] Allow pre-built distribution to be used in tests with virtualenvs (#3156)Anderson Bravalheri2022-03-111-0/+8
| |\
| | * [CI] Allow pre-built distribution to be used in tests with virtualenvsAnderson Bravalheri2022-03-071-0/+8
| * | [CI] Disable test_pip_upgrade_from_source when network if offAnderson Bravalheri2022-03-071-36/+20
| |/
* | Change pyproject.toml tests to not use dynamic for license/license-filesAnderson Bravalheri2022-03-093-9/+10
* | 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-092-18/+54
* | Make sure package_dir is populated before processing cmdclass and 'attr:' in ...Anderson Bravalheri2022-03-092-24/+45
* | Allow expand.find_packges to fill package_dirAnderson Bravalheri2022-03-091-3/+8
* | Add test capturing the expectation of package_dir being autodiscoveredAnderson Bravalheri2022-03-091-15/+35
* | Automatic discovery of packages, py_modules and name (#2894)Anderson Bravalheri2022-03-075-10/+521
|\ \
| * | 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-052-36/+18
| * | Fix path handling on WindowsAnderson Bravalheri2022-03-052-2/+4
| * | Exclude subpackages in FlatLayoutPackageFinderAnderson Bravalheri2022-03-051-0/+2
| * | Add tests to specify automatic option discoveryAnderson Bravalheri2022-03-052-9/+314
| * | Cleanup test importsAnderson Bravalheri2022-03-051-6/+2
| * | Add module finderAnderson Bravalheri2022-03-052-8/+95
| * | Add a more careful package finder for flat-layout use caseAnderson Bravalheri2022-03-051-0/+61
| |/
* | 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
* | Test static metadata in pyproject.toml is not overwritten by setup.pyAnderson Bravalheri2022-03-051-0/+57
* | Test if not-zip-safe file is being generated with project metadataAnderson Bravalheri2022-03-051-0/+2
* | Ensure build_meta don't have problems with instructions after setup()Anderson Bravalheri2022-03-051-1/+37
* | Replace skip in editable install test with xfailAnderson Bravalheri2022-03-051-6/+10
* | Test editable installs with pyproject.toml metadataAnderson Bravalheri2022-03-051-0/+109
* | Add backend test with pyproject.toml-based configsAnderson Bravalheri2022-03-051-4/+148
* | Back-fill Description-Content-Type according to readme suffixAnderson Bravalheri2022-03-051-3/+38