Skip to content

Commit

Permalink
fix jlwrap test
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Doris committed Jan 20, 2025
1 parent 40f9b83 commit dbdb3d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/JlWrap.jl
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,8 @@
pyjl(Foo(1))._jl_display(mime = "text/plain")
end
@testset "help" begin
# TODO: Fix these
@test_skip pyjl(Foo(1))._jl_help()
@test_skip pyjl(Foo(1))._jl_help(mime = "text/plain")
@test pyis(pyjl(Foo(1))._jl_help(), nothing)
@test pyis(pyjl(Foo(1))._jl_help(mime = "text/plain"), nothing)
end
end

Expand Down

0 comments on commit dbdb3d8

Please sign in to comment.