We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ed7e4 commit 20339b3Copy full SHA for 20339b3
2 files changed
docs/src/advanced.md
@@ -118,7 +118,7 @@ const init_code = quote
118
# but code from `init_worker_code` that will be directly
119
# called in a testset must be explicitly included in the
120
# module namespace.
121
- using Main: complex_common_test_helper
+ import ..complex_common_test_helper
122
end
123
124
cd(test_dir) do # hide
test/runtests.jl
@@ -81,7 +81,7 @@ end
81
82
init_code = quote
83
using Test
84
- using Main: should_be_defined, @should_also_be_defined
+ import ..should_be_defined, ..@should_also_be_defined
85
86
87
testsuite = Dict(
0 commit comments