We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e264c commit b96da9eCopy full SHA for b96da9e
test/runtests.jl
@@ -88,6 +88,7 @@ end
88
@test contains(str, r"basic .+ started at")
89
@test contains(str, r"failing test .+ failed at")
90
@test contains(str, "FAILURE")
91
+ @test contains(str, "Test Failed")
92
@test contains(str, "1 == 2")
93
end
94
@@ -107,7 +108,7 @@ end
107
108
109
@test contains(str, r"throwing test .+ failed at")
110
- @test contains(str, "Got exception outside of a @test")
111
+ @test contains(str, "Error During Test")
112
@test contains(str, "This test throws an error")
113
114
0 commit comments