Skip to content

Commit 6ea9bea

Browse files
use deps in tests
1 parent eb83125 commit 6ea9bea

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

test/runtests.jl

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
using RegularizedOptimization
2-
using Test
1+
using LinearAlgebra: length
2+
using LinearAlgebra, Random, Test
3+
using ProximalOperators
4+
using ADNLPModels,
5+
OptimizationProblems,
6+
OptimizationProblems.ADNLPProblems,
7+
NLPModels,
8+
NLPModelsModifiers,
9+
RegularizedProblems,
10+
RegularizedOptimization,
11+
SolverCore
312

4-
#=
5-
Don't add your tests to runtests.jl. Instead, create files named
6-
7-
test-title-for-my-test.jl
8-
9-
The file will be automatically included inside a `@testset` with title "Title For My Test".
10-
=#
1113
for (root, dirs, files) in walkdir(@__DIR__)
1214
for file in files
1315
if isnothing(match(r"^test-.*\.jl$", file))

0 commit comments

Comments
 (0)