File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,12 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
7
7
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
8
8
9
9
[compat ]
10
+ Aqua = " 0.5"
10
11
julia = " 1"
11
12
12
13
[extras ]
14
+ Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
13
15
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
14
16
15
17
[targets ]
16
- test = [" Test" ]
18
+ test = [" Test" , " Aqua " ]
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ A Julia implementation of quaternions.
5
5
[ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://JuliaGeometry.github.io/Quaternions.jl/dev )
6
6
[ ![ Build Status] ( https://github.com/JuliaGeometry/Quaternions.jl/workflows/CI/badge.svg )] ( https://github.com/JuliaGeometry/Quaternions.jl/actions?query=workflow%3ACI+branch%3Amaster )
7
7
[ ![ codecov] ( https://codecov.io/gh/JuliaGeometry/Quaternions.jl/branch/master/graph/badge.svg?token=dJBiR91dCD )] ( https://codecov.io/gh/JuliaGeometry/Quaternions.jl )
8
+ [ ![ Aqua QA] ( https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg )] ( https://github.com/JuliaTesting/Aqua.jl )
8
9
9
10
[ Quaternions] ( http://en.wikipedia.org/wiki/Quaternion ) are best known for their suitability
10
11
as representations of 3D rotational orientation. They can also be viewed as an extension of complex numbers.
Original file line number Diff line number Diff line change 1
1
using Test
2
2
using Quaternions
3
+ using Aqua
4
+
5
+ Aqua. test_all (Quaternions)
3
6
4
7
include (" helpers.jl" )
5
8
include (" Quaternion.jl" )
You can’t perform that action at this time.
0 commit comments