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
Running the test suite on Windows creates a top level folder named "a-path-that-will-cause-an-OSerror", which is not removed after the tests have finished.
E.g.:
D:/
|_ some other folder
|_ briefcase (the dev folder)
|_ a-path-that-will-cause-an-OSError
|_ more folders
Yeah. I've been meaning to fix this; thanks for documenting it. I may put together something today.....there's some other small testing issues I've noticed recently as well.
Describe the bug
Running the test suite on Windows creates a top level folder named "a-path-that-will-cause-an-OSerror", which is not removed after the tests have finished.
E.g.:
D:/
|_ some other folder
|_ briefcase (the dev folder)
|_ a-path-that-will-cause-an-OSError
|_ more folders
Steps to reproduce
tox -e py
Expected behavior
All changes outside the dev folder and the /user/.../AppData/ folders should be reverted
Screenshots
No response
Environment
Logs
Additional context
No response
The text was updated successfully, but these errors were encountered: