"vscode:/vscode.git/clone" did not exist on "da73925f6acef9e7ebe1d8ede439369f9d562c25"
  • 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
modeling_distilbert_test.py 10.6 KB