summaryrefslogtreecommitdiffstats
path: root/test/CacheDir/CacheDir_TryCompile.py
Commit message (Collapse)AuthorAgeFilesLines
* Add a tag to the cachedirMats Wichmann2024-10-281-1/+1
| | | | | | | | | | | Since there are now two files to make when a cachedir is created, use the temporary-dir -> rename technique. CacheDir tests no longer pre-create the cache directory, they should be verifying it's created properly upon request (one unit test still makes sure passing an existing empty directory works, too). Signed-off-by: Mats Wichmann <mats@linux.com>
* cleaning up tool initialization to speed up testsWilliam Deegan2024-05-281-4/+3
|
* Run autoflake on codeMats Wichmann2020-09-211-1/+0
| | | | | | | | | | Eliminate unneeded imports, and a few unneeded statements - usually "pass" where it is not syntactically needed. A couple of import try blocks were eliminated or changed when they're "cannot happen" due to current floor Python version. Signed-off-by: Mats Wichmann <mats@linux.com>
* Add test to verify Configure's TryCompile works with CachedirWilliam Deegan2018-10-101-0/+71