From 9c8bc65105031251fb00a9be104aa7e4a8514c31 Mon Sep 17 00:00:00 2001 From: jam-khan Date: Thu, 8 Feb 2024 06:52:35 -0500 Subject: [PATCH] Added docstring for Artifacts.jl (#52913) This is a part of issue #52725. --------- Co-authored-by: Steven G. Johnson Co-authored-by: Max Horn (cherry picked from commit 15e2af2c917fb6f343fc9973b3fc633e4b6efaea) --- stdlib/Artifacts/test/runtests.jl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stdlib/Artifacts/test/runtests.jl b/stdlib/Artifacts/test/runtests.jl index 67117217be549..9d1becc1905bb 100644 --- a/stdlib/Artifacts/test/runtests.jl +++ b/stdlib/Artifacts/test/runtests.jl @@ -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