We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf32e3b commit e13b3c1Copy full SHA for e13b3c1
test/runtests.jl
@@ -46,6 +46,7 @@ end
46
@testset "docstring" begin
47
@test docstring(Foo(1,'x')) == "Foo"
48
@test docstring(Fruit.RedApple(4)) == "Main.Fruit.RedApple{Int64}"
49
+ @test docstring(sin) = Base.Docs.doc(sin) |> string
50
end
51
52
@testset "hyperparameter_ranges" begin
0 commit comments