We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004e90d commit 938306bCopy full SHA for 938306b
test/runtests.jl
@@ -6,7 +6,7 @@ import Distributed
6
import Test
7
8
# Bring some names into scope, just for convenience:
9
-using Test: @testset, @test
+using Test: @testset, @test, @test_throws, @test_logs
10
11
const original_JULIA_DEBUG = strip(get(ENV, "JULIA_DEBUG", ""))
12
if isempty(original_JULIA_DEBUG)
0 commit comments