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
Unprotected imports in pytest files are vulnerable to import errors, which will cause collection errors in Pytest and prevent any tests from running. I should ensure that all imports of student code in the tests are guarded.