Skip to content

Commit

Permalink
add Aqua tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Dec 18, 2024
1 parent e6f7e9a commit c5a9403
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@ uuid = "aed2ae9c-e0a3-4a50-8068-bdeec279239a"
authors = ["Leandro Martinez <[email protected]> and contributors"]
version = "1.0.0-DEV"

[deps]

[compat]
Aqua = "0.8.9"
julia = "1.9.0"
Test = "1.9.0"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
test = ["Test", "Aqua"]
5 changes: 5 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
using ShowMethodTesting
using Test

@testset "Aqua.test_all" begin
import Aqua
Aqua.test_all(ShowMethodTesting)
end

@testset "ShowMethodTesting.jl" begin
struct A
x::Int
Expand Down

0 comments on commit c5a9403

Please sign in to comment.