You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mh, with tempfile module there is no way to specify the exact file name of the created temporary files. But PicklePersistence will look for specific file names and I wouldn't fancy monkey patching the load methods of PicklePersistence in the tests …
E.g. in test_persistence, but also check the other tests. Better than actually writing to disk.
The text was updated successfully, but these errors were encountered: