On MacOS, `tempfile.mkdtemp()` doesn't necessarily return a canonical path (it uses `/private/var` instead of `/var`, but they are the same thing). Since the `filemanager.storage` module canonicalizes paths, tests were erroneously failing due to prefix match failures. |
||
|---|---|---|
| .. | ||
| _files | ||
| __init__.py | ||
| test_filemanager.py | ||
| test_localstorage.py | ||