File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1+ module AquaTests
2+
3+ using Aqua: Aqua
4+ using AbstractPPL
5+
6+ # For now, we skip ambiguities since they come from interactions
7+ # with third-party packages rather than issues in AbstractPPL itself
8+ Aqua. test_all (AbstractPPL; ambiguities= false )
9+
10+ end
Original file line number Diff line number Diff line change 11[deps ]
22Accessors = " 7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
3+ Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
34Distributions = " 31c24e10-a181-5473-b8eb-7969acd0382f"
45Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
56InvertedIndices = " 41ab1584-1d38-5bbf-9106-f11c6c58b48f"
@@ -10,6 +11,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1011
1112[compat ]
1213Accessors = " 0.1"
14+ Aqua = " 0.8"
1315Documenter = " 0.26.3, 0.27, 1"
1416InvertedIndices = " 1"
1517OffsetArrays = " 1"
Original file line number Diff line number Diff line change @@ -3,9 +3,13 @@ using Documenter
33using Test
44
55const GROUP = get (ENV , " GROUP" , " All" )
6+ const AQUA = get (ENV , " AQUA" , " true" ) == " true"
67
78@testset " AbstractPPL.jl" begin
89 if GROUP == " All" || GROUP == " Tests"
10+ if AQUA
11+ include (" Aqua.jl" )
12+ end
913 include (" varname.jl" )
1014 include (" abstractprobprog.jl" )
1115 include (" hasvalue.jl" )
You can’t perform that action at this time.
0 commit comments