Skip to content

Commit

Permalink
Test codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffFessler committed May 18, 2024
1 parent e92ba7a commit 86c16d7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ using Test: @test, @test_throws, @testset, detect_ambiguities

# test extension stubs before loading the extension
@testset "exts" begin
@test_throws String sino_plot_rays()
# @test_throws String sino_geom_plot!()
# todo
# @test_throws String sino_plot_rays()
@test_throws String sino_geom_plot!()
@test_throws String ct_geom_plot2!()
@test_throws String ct_geom_plot3() # todo
@test_throws String ct_geom_plot3()
end

include("units.jl")
Expand Down

0 comments on commit 86c16d7

Please sign in to comment.