We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb83125 commit 6ea9beaCopy full SHA for 6ea9bea
test/runtests.jl
@@ -1,13 +1,15 @@
1
-using RegularizedOptimization
2
-using Test
+using LinearAlgebra: length
+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
12
-#=
-Don't add your tests to runtests.jl. Instead, create files named
-
- test-title-for-my-test.jl
-The file will be automatically included inside a `@testset` with title "Title For My Test".
-=#
13
for (root, dirs, files) in walkdir(@__DIR__)
14
for file in files
15
if isnothing(match(r"^test-.*\.jl$", file))
0 commit comments