Skip to content

Commit

Permalink
add Aqua to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Feb 23, 2024
1 parent 64efc2c commit 1da1910
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/Aqua.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using MathematicalSets, Test
import Aqua

@testset "Aqua tests" begin
Aqua.test_all(MathematicalSets)
end
2 changes: 2 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"

[compat]
Aqua = "0.8"
SpecialFunctions = "0.8, 0.9, 0.10, 1, 2"
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ end
@testset "Topological properties of sets" begin
include("topological.jl")
end

include("Aqua.jl")

0 comments on commit 1da1910

Please sign in to comment.