Skip to content

Commit e278a58

Browse files
committed
Aqua tests
1 parent 3b3a3c0 commit e278a58

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

test/Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[deps]
2+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
23
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
34
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
45
CompatHelperLocal = "5224ae11-6099-4aaa-941d-3aab004bd678"
@@ -8,7 +9,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
89
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
910

1011
[compat]
11-
AxisKeys = "0.1, 0.2"
12+
Aqua = "0.6"
13+
AxisKeys = "0.2"
1214
Colors = "0.12"
1315
CompatHelperLocal = "0.1"
1416
OffsetArrays = "1.10"

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,6 @@ add_zoom_patch(plt.gca(), plt.gca(), :horizontal)
5656

5757
import CompatHelperLocal as CHL
5858
CHL.@check()
59+
import Aqua
60+
Aqua.test_all(PyPlotUtils; ambiguities=false, project_toml_formatting=false)
61+
Aqua.test_ambiguities(PyPlotUtils; recursive=false)

0 commit comments

Comments
 (0)