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 0070305 commit 28943afCopy full SHA for 28943af
test/basic.jl
@@ -0,0 +1 @@
1
+@test true
test/init.jl
test/runtests.jl
@@ -2,6 +2,9 @@ using ParallelTestRunner
2
3
pushfirst!(ARGS, "--verbose")
4
5
+runtests(ARGS)
6
+
7
+# custom tests, and initialization code
8
init_code = quote
9
using Test
10
should_be_defined() = true
@@ -10,9 +13,6 @@ init_code = quote
13
return :(true)
11
14
end
12
15
-
-runtests(ARGS; init_code)
16
custom_tests = Dict(
17
"custom" => quote
18
@test should_be_defined()
0 commit comments