@@ -15,7 +15,7 @@ func TestMain(t *testing.T) {
15
15
"../../example" ,
16
16
[]string {"--debug" , "--exec-timeout" , "1" },
17
17
returnOk ,
18
- "The mutation score is 0.500000 (8 passed, 8 failed, 8 duplicated, 0 skipped, total is 16 )" ,
18
+ "The mutation score is 0.450000 (9 passed, 11 failed, 8 duplicated, 0 skipped, total is 20 )" ,
19
19
)
20
20
}
21
21
@@ -25,7 +25,7 @@ func TestMainRecursive(t *testing.T) {
25
25
"../../example" ,
26
26
[]string {"--debug" , "--exec-timeout" , "1" , "./..." },
27
27
returnOk ,
28
- "The mutation score is 0.529412 (9 passed, 8 failed, 8 duplicated, 0 skipped, total is 17 )" ,
28
+ "The mutation score is 0.476190 (10 passed, 11 failed, 8 duplicated, 0 skipped, total is 21 )" ,
29
29
)
30
30
}
31
31
@@ -35,7 +35,7 @@ func TestMainFromOtherDirectory(t *testing.T) {
35
35
"../.." ,
36
36
[]string {"--debug" , "--exec-timeout" , "1" , "github.com/zimmski/go-mutesting/example" },
37
37
returnOk ,
38
- "The mutation score is 0.500000 (8 passed, 8 failed, 8 duplicated, 0 skipped, total is 16 )" ,
38
+ "The mutation score is 0.450000 (9 passed, 11 failed, 8 duplicated, 0 skipped, total is 20 )" ,
39
39
)
40
40
}
41
41
0 commit comments