Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added docstring for Artifacts.jl #52913

Merged
merged 5 commits into from
Feb 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated runtests.jl for Artifacts
  • Loading branch information
jam-khan committed Jan 26, 2024
commit e97e55195fa1d3e04c4aaeb31a249cd121d6d822
4 changes: 1 addition & 3 deletions stdlib/Artifacts/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,5 @@ end
end

@testset "Docstrings" begin
undoc = Docs.undocumented_names(Artifacts)
@test_broken isempty(undoc)
fingolfin marked this conversation as resolved.
Show resolved Hide resolved
@test undoc == [:Artifacts]
end
end
fingolfin marked this conversation as resolved.
Show resolved Hide resolved