Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use set comparisson in test instead of list | Anderson Bravalheri | 2022-08-02 | 1 | -3/+3 |
| | |||||
* | Make it possible for build_ext to export the output mapping | Anderson Bravalheri | 2022-06-19 | 1 | -1/+1 |
| | |||||
* | Make it possible for build_py to export the output mapping | Anderson Bravalheri | 2022-06-19 | 1 | -0/+72 |
| | |||||
* | build_py: Allow get_outputs() to work without re-running egg-info | Anderson Bravalheri | 2022-06-18 | 1 | -62/+118 |
| | |||||
* | Warn about deprecation of behaviour that considers modules/packages as data ↵ | Anderson Bravalheri | 2022-05-16 | 1 | -0/+71 |
|\ | | | | | | | when include_package_data=True (#3308) | ||||
| * | Add test that capture transitional behaviour for build_py | Anderson Bravalheri | 2022-05-05 | 1 | -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 test | nullableVoidPtr | 2022-05-10 | 1 | -1/+1 |
| | | |||||
* | | Allow recursive globs for package_data | nullableVoidPtr | 2022-05-07 | 1 | -0/+23 |
|/ | |||||
* | Remove name from distributions where the name is irrelevant to the tests. | Jason R. Coombs | 2022-01-29 | 1 | -3/+0 |
| | |||||
* | Mark test_executable_data as xfail on Windows. | Jason R. Coombs | 2020-03-25 | 1 | -0/+8 |
| | |||||
* | Add test asserting that an executable script retains its executable bit. Ref ↵ | Jason R. Coombs | 2020-03-25 | 1 | -3/+30 |
| | | | | #2041. | ||||
* | Add test capturing expectation. Ref #1451. | Jason R. Coombs | 2020-03-21 | 1 | -0/+27 |
| | |||||
* | tests: minor cleanup | Benoit Pierre | 2019-01-28 | 1 | -9/+1 |
| | |||||
* | Remove commented code | Jason R. Coombs | 2016-07-14 | 1 | -1/+0 |
| | |||||
* | Format block comments. | stepshal | 2016-07-13 | 1 | -1/+1 |
| | |||||
* | Add test ref #261. | Jason R. Coombs | 2016-05-22 | 1 | -0/+31 |