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 22, 2024
1 parent 438744a commit 10cb36d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/Aqua.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
using BernsteinExpansions, Test
import Aqua

@testset "Aqua tests" begin
Aqua.test_all(BernsteinExpansions; ambiguities=false)

# do not warn about ambiguities in dependencies
Aqua.test_ambiguities(BernsteinExpansions)
end
2 changes: 2 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
DynamicPolynomials = "7c1d4256-1411-5781-91ec-d7bc3513ac07"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.8"
DynamicPolynomials = "0.4 - 0.5"
StaticArrays = "1.2"
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ end

# TODO: add tests for multivariate (ref Smith's thesis)
#

include("Aqua.jl")

0 comments on commit 10cb36d

Please sign in to comment.