We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dab83b commit 5ec3915Copy full SHA for 5ec3915
1 file changed
test/runtests.jl
@@ -1,5 +1,7 @@
1
using AlgorithmsInterface, Test
2
3
-@testset "AlgorithmsInterface.jl" begin
4
-
+let
+ @testset "Newton" begin
5
+ include("newton.jl")
6
+ end
7
end
0 commit comments