Skip to content

Commit 009d4e4

Browse files
authored
Add Aqua to tests (#87)
1 parent dc0342c commit 009d4e4

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![codecov.io](http://codecov.io/github/JuliaFirstOrder/ProximalAlgorithms.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaFirstOrderProximalAlgorithms.jl?branch=master)
55
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliafirstorder.github.io/ProximalAlgorithms.jl/stable)
66
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliafirstorder.github.io/ProximalAlgorithms.jl/dev)
7+
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
78

89
A Julia package for non-smooth optimization algorithms.
910

test/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[deps]
22
AbstractOperators = "d9c5613a-d543-52d8-9afd-8f241a8c3f1c"
3+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
34
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
45
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
56
ProximalCore = "dc4f5ac2-75d1-4f31-931e-60435d74994b"

test/runtests.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
using Test
2+
using Aqua
3+
using ProximalAlgorithms
4+
5+
@testset "Aqua" begin
6+
Aqua.test_all(ProximalAlgorithms; ambiguities=false)
7+
end
28

39
include("definitions/arraypartition.jl")
410
include("definitions/compose.jl")

0 commit comments

Comments
 (0)