You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use it as a standard module outside of the vscode testing framework.
Unfortunately though, the following happens
julia>using TestItems
julia>include("test/test_module.jl")
julia>using.TestModule
ERROR: UndefVarError:`TestModule` not defined in`Main`
Suggestion: check for spelling errors or missing imports.
The text was updated successfully, but these errors were encountered:
Assuming I have a
test_module.jl
file containingI would like to use it as a standard module outside of the vscode testing framework.
Unfortunately though, the following happens
The text was updated successfully, but these errors were encountered: