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
Since projects is a singleton, changing its state in the wrapper changes it for everyone. As a rule of thumb, always restore mocked or patched objects.
Probably the best way going forward is to refactor testing and use pytest's fixtures.
All classes should create projects in temporary directories, but this isn't happening for some reason.
The text was updated successfully, but these errors were encountered: