summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_build_py.py
Commit message (Collapse)AuthorAgeFilesLines
* Use set comparisson in test instead of listAnderson Bravalheri2022-08-021-3/+3
|
* Make it possible for build_ext to export the output mappingAnderson Bravalheri2022-06-191-1/+1
|
* Make it possible for build_py to export the output mappingAnderson Bravalheri2022-06-191-0/+72
|
* build_py: Allow get_outputs() to work without re-running egg-infoAnderson Bravalheri2022-06-181-62/+118
|
* Warn about deprecation of behaviour that considers modules/packages as data ↵Anderson Bravalheri2022-05-161-0/+71
|\ | | | | | | when include_package_data=True (#3308)
| * Add test that capture transitional behaviour for build_pyAnderson Bravalheri2022-05-051-0/+71
| | | | | | | | | | During the transition, `build_py` should warn when a module or package is included in the distribution as if it was "package data".
* | Fix mistake on recursive glob testnullableVoidPtr2022-05-101-1/+1
| |
* | Allow recursive globs for package_datanullableVoidPtr2022-05-071-0/+23
|/
* Remove name from distributions where the name is irrelevant to the tests.Jason R. Coombs2022-01-291-3/+0
|
* Mark test_executable_data as xfail on Windows.Jason R. Coombs2020-03-251-0/+8
|
* Add test asserting that an executable script retains its executable bit. Ref ↵Jason R. Coombs2020-03-251-3/+30
| | | | #2041.
* Add test capturing expectation. Ref #1451.Jason R. Coombs2020-03-211-0/+27
|
* tests: minor cleanupBenoit Pierre2019-01-281-9/+1
|
* Remove commented codeJason R. Coombs2016-07-141-1/+0
|
* Format block comments.stepshal2016-07-131-1/+1
|
* Add test ref #261.Jason R. Coombs2016-05-221-0/+31