We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92fdcec commit fe55f78Copy full SHA for fe55f78
2 files changed
test/Project.toml
@@ -1,5 +1,6 @@
1
[deps]
2
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
3
+Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
4
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
5
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
6
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
test/runtests.jl
@@ -19,6 +19,7 @@ using ProximalOperators:
19
is_support
20
21
using Aqua
22
+using Documenter
23
24
function call_test(f, x::ArrayOrTuple{R}) where R <: Real
25
try
@@ -117,6 +118,10 @@ end
117
118
Aqua.test_all(ProximalOperators; ambiguities=false)
119
end
120
121
+@testset "Documentation" begin
122
+ doctest(ProximalOperators)
123
+end
124
+
125
@testset "Utilities" begin
126
include("test_symmetricpacked.jl")
127
0 commit comments