Skip to content

Commit 9c8bc65

Browse files
jam-khanstevengjfingolfin
authored andcommitted
Added docstring for Artifacts.jl (JuliaLang#52913)
This is a part of issue JuliaLang#52725. --------- Co-authored-by: Steven G. Johnson <[email protected]> Co-authored-by: Max Horn <[email protected]> (cherry picked from commit 15e2af2)
1 parent ed94319 commit 9c8bc65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stdlib/Artifacts/test/runtests.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,7 @@ end
164164
@test length(Base.manifest_names) == n
165165
@test length(Base.preferences_names) == n
166166
end
167+
168+
@testset "Docstrings" begin
169+
@test isempty(Docs.undocumented_names(Artifacts))
170+
end

0 commit comments

Comments
 (0)