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
For jldoctests, one can assign block-level setup code, but there doesn't seem to be a teardown counterpart. Application: modify a global setting before jldoctest starts (using setup code), and then resetting it afterwards (using teardown code).
Hypothetical example:
julia> foo(2) # behavior depends on the global setting
4
Or perhaps there is already a way for this that I missed in the manual?
The text was updated successfully, but these errors were encountered:
For
jldoctest
s, one can assign block-level setup code, but there doesn't seem to be a teardown counterpart. Application: modify a global setting beforejldoctest
starts (using setup code), and then resetting it afterwards (using teardown code).Hypothetical example:
Or perhaps there is already a way for this that I missed in the manual?
The text was updated successfully, but these errors were encountered: