Skip to content

Commit

Permalink
Added docstring for Artifacts.jl (JuliaLang#52913)
Browse files Browse the repository at this point in the history
This is a part of issue JuliaLang#52725.

---------

Co-authored-by: Steven G. Johnson <stevenj@mit.edu>
Co-authored-by: Max Horn <max@quendi.de>
(cherry picked from commit 15e2af2)
  • Loading branch information
jam-khan authored and IanButterworth committed Apr 12, 2024
1 parent ed94319 commit 9c8bc65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stdlib/Artifacts/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,7 @@ end
@test length(Base.manifest_names) == n
@test length(Base.preferences_names) == n
end

@testset "Docstrings" begin
@test isempty(Docs.undocumented_names(Artifacts))
end

0 comments on commit 9c8bc65

Please sign in to comment.