Evaristo Rojas • GECI

Results 11 comments of Evaristo Rojas • GECI

I think the _killed/surviving_ nomenclature is fun! And it's used in other mutation testing frameworks.

The tests don't fail: ``` shellspec --shell bash tests ``` ``` Running: /bin/bash [bash 5.1.4(1)-release] ..... Finished in 2.26 seconds (user 3.21 seconds, sys 1.74 seconds) 5 examples, 0 failures...

The executable solved my issue. Thank you, @okdistribute.

Hi 👋🏾 Did you decide when you are going to switch to `ubuntu:latest` (22.04)? Are you going to wait 90 days or until R 4.3.0 is released? Thanks,

@eitsupi Thank you for your answer. And thank you all for your work. I really appreciate the project, and I now depend on it.

This behavior persists in version 2.4.3. In version 2.1.0, there are no surviving mutants as expected; in version 2.4.3, all mutants survive. ## mutmut 2.1.0 (Python 3.10.6) ``` mutmut run...

Thank you, @eivindjahren! I'll check the error code and report back.

Indeed, the exit code is 101 for ShellSpec. As a workaround, I used: ``` mutmut run --runner "shellspec --shell bash tests || exit 1" ``` Would it be possible to...