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
The tests in tests/unit_tests/cli/test_scratch.py use files in /tmp, this is a little unstable between environments (local dev, GH actions, deployment etc.) and should use mocks instead.
Acceptance Criteria
The file given uses mocks instead of temp files
The fixtures all use mocks
All tests still pass
The text was updated successfully, but these errors were encountered:
The tests in
tests/unit_tests/cli/test_scratch.py
use files in/tmp
, this is a little unstable between environments (local dev, GH actions, deployment etc.) and should use mocks instead.Acceptance Criteria
The text was updated successfully, but these errors were encountered: