summaryrefslogtreecommitdiffstats
path: root/test/CacheDir
Commit message (Collapse)AuthorAgeFilesLines
* improve behaviourThomas Tanner2016-03-122-2/+4
|
* Fix for backslash being treated as an escape characterThomas Tanner2016-01-301-1/+2
| | | | | On my windows system, my python is in c:\apps\32\python. Theres a lot of places where that \32 gets turned into an ascii character and the unit tests don't run.
* Change the cache to use the first two characters of the md5 for the directoryThomas Tanner2016-01-3018-0/+2070
name (more smaller directories, because they tend to get huge otherwise)