• Aymeric Augustin's avatar
    Take advantage of the cache when running tests. · b670c266
    Aymeric Augustin authored
    Caching models across test cases and across runs of the test suite makes
    slow tests somewhat more bearable.
    
    Use gettempdir() instead of /tmp in tests. This makes it easier to
    change the location of the cache with semi-standard TMPDIR/TEMP/TMP
    environment variables.
    
    Fix #2222.
    b670c266
utils.py 2.32 KB