Skip to content

Commit

Permalink
Workaround upstream method ambiguities
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jun 26, 2019
1 parent ff5a6d1 commit f806c41
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions test/runtests.jl
Expand Up @@ -8,6 +8,21 @@ end

using Aqua
using Kaleido
#=
Aqua.test_all(Kaleido)
=#
@testset "Aqua" begin
@testset "Method ambiguity" begin
# Not including `Base` due to
# https://github.com/JuliaCollections/DataStructures.jl/pull/511
Aqua.test_ambiguities(Kaleido)
end
@testset "Unbound type parameters" begin
Aqua.test_unbound_args(Kaleido)
end
@testset "Undefined exports" begin
Aqua.test_undefined_exports(Kaleido)
end
end

end # module

0 comments on commit f806c41

Please sign in to comment.