1
0
Fork 0
Commit Graph

4 Commits

Author SHA1 Message Date
Seb35 0b10e8d563 Allow a specific cache directory or no cache
If the env var XDG_CACHE_HOME is set, the cache directory is
"$XDG_CACHE_HOME/ianardap", else if HOME is set, it is
"$HOME/.ianardapcaches", else no cache is used but a loud
warning is displayed at the end of the result to encourage
users to set a cache directory.

Adapted pytest tests, no change needed on test_exe_matrix. They are
obviously slower with no cache. NB: two tests now fail independently
of this change.

Issue: #4
2022-12-18 19:09:49 +01:00
Stephane Bortzmeyer 46538fa620 * Tests updated
* Correct handling of forced refresh
2022-11-09 15:17:03 +00:00
Stephane Bortzmeyer 04fb72e408 Pickle implemented (but not activated by default). Closes #1 2021-07-07 15:50:47 +02:00
Stephane Bortzmeyer ae00a81f79 New code to retrieve the database, more robust 2021-07-07 15:23:26 +02:00