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
In the case of typecheck all tests should run for each mutation, i.e. the only scoping done in test group descriptions is the top level module. There's also heavy use of shared example groups.
Some mutants are live that should have been killed by these shared example groups, e.g. this one https://gist.github.com/plexus/7db6e2d44176610a5e7e . It seems mutant is not "seeing" the tests in the shared example groups.
In the case of typecheck all tests should run for each mutation, i.e. the only scoping done in test group descriptions is the top level module. There's also heavy use of shared example groups.
Test code: https://github.com/plexus/typecheck/blob/master/spec/integration/typecheck_spec.rb#L75-L110
Some mutants are live that should have been killed by these shared example groups, e.g. this one https://gist.github.com/plexus/7db6e2d44176610a5e7e . It seems mutant is not "seeing" the tests in the shared example groups.
This is the output of
rspec -fd
: https://gist.github.com/f118f7b2583bc23b1386To see this in action
The text was updated successfully, but these errors were encountered: