Add prints for corpus testing to keep CI session alive
This commit is contained in:
parent
b07544307f
commit
3d585de69a
1 changed files with 3 additions and 0 deletions
|
@ -22,9 +22,12 @@ describe 'Mutant on ruby corpus' do
|
|||
checkout
|
||||
Pathname.glob(repo_path.join('**/*.rb')).each do |path|
|
||||
node = Parser::CurrentRuby.parse(path.read)
|
||||
count = 0
|
||||
Mutant::Mutator::Node.each(node) do |mutant|
|
||||
count += 1
|
||||
# Verify mutant can be generated without crashing
|
||||
end
|
||||
puts "#{count} mutations for: #{path.to_s}"
|
||||
end
|
||||
self
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue