我正在尝试在我们的测试项目中启动并运行 expecto。
尽管它可以编译并运行良好,但我只想确保它确实有效。所以我给了它一个失败的案例,它通过了。
我在这里错过了什么愚蠢的事情吗?
我的测试设置
let tests =
testList "Test Group" [
test "Testing fail test" {
let result = false
Expecto.Expect.isTrue result
}
]
let runTests args =
runTestsWithArgs defaultConfig args tests
测试的输出
[08:52:06 INF] EXPECTO? Running tests...
[08:52:06 INF] EXPECTO! 1 tests run in 00:00:00.0569286 – 1 passed, 0 ignored, 0 failed, 0 errored. ᕙ໒( ˵ ಠ ╭͜ʖ╮ ಠೃ ˵ )७ᕗ