Skip to content

Commit 181d41a

Browse files
committed
Add Aqua tests
1 parent 3665f0d commit 181d41a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ DustExtinction = ">=0.6.0"
2222
julia = "1"
2323

2424
[extras]
25+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
2526
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
2627
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2728
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
2829
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2930

3031
[targets]
31-
test = ["Test", "Random", "RecipesBase", "Measurements"]
32+
test = ["Aqua", "Test", "Random", "RecipesBase", "Measurements"]

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ using Spectra
33

44
using Random
55
using Unitful, UnitfulAstro, Measurements
6+
using Aqua
67

78
Random.seed!(8675309)
89

@@ -11,4 +12,6 @@ Random.seed!(8675309)
1112
include("utils.jl")
1213
include("transforms/transforms.jl")
1314
include("plotting.jl")
15+
16+
Aqua.test_all(Spectra)
1417
end

0 commit comments

Comments
 (0)