Create an unreadable temp directory for testing PermissionError
Compare changes
+ 4
− 3
@@ -49,7 +49,7 @@ INVALID_BEAMTIME = {
@@ -62,9 +62,10 @@ def test_check_files():
We used a random user's home directory for testing how a function behaves when we don't have read access. That directory no longer exists, making the test fail. This is hopefully more reliable than picking another username.
CI