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 c93918b commit 74245f4Copy full SHA for 74245f4
test/runtests.jl
@@ -20,6 +20,8 @@ cd(@__DIR__)
20
21
@test contains(str, r"basic .+ started at")
22
@test contains(str, "SUCCESS")
23
+
24
+ @test isfile(ParallelTestRunner.get_history_file(ParallelTestRunner))
25
end
26
27
@testset "custom tests and init code" begin
0 commit comments