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
This prevents that the tests accidentally import
the unmodified code, rather than the mutated code
from ./mutants/.
Now we directly raise an import error at tests collection,
rather than failing later on at the "forced fail test" run
because the tests succeed on the original (non-mutated) code.
0 commit comments