Skip to content

Commit

Permalink
Update TestUtils.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored Oct 20, 2023
1 parent f503567 commit ff5a142
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/TestUtils.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module TestUtils

using ..KernelFunctions: KernelFunctions

function test_interface end
function test_with_type end
function test_type_stability end
Expand All @@ -14,7 +16,7 @@ if isdefined(Base, :get_extension) && isdefined(Base.Experimental, :register_err
exc.f === test_with_type ||
exc.f === test_type_stability ||
exc.f === example_inputs
) && (Base.get_extension(Distributions, :DistributionsTestExt) === nothing)
) && (Base.get_extension(KernelFunctions, :KernelFunctionsTestExt) === nothing)
print(io, "\nDid you forget to load Test?")
end
end
Expand Down

0 comments on commit ff5a142

Please sign in to comment.