aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/files.py
Commit message (Collapse)AuthorAgeFilesLines
* Use makedirs with future compatibility throughout setuptools. Ref #1083.Jason R. Coombs2017-07-131-2/+4
|
* Added test utility for building files quickly.Luke Plant2015-10-191-0/+32
And made use of it in test_egg_info.