We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38dba58 commit 2ed240bCopy full SHA for 2ed240b
1 file changed
test/runtests.jl
@@ -1,5 +1,9 @@
1
using SafeTestsets
2
3
+# these have to be included here to make show tests behave
4
+using AlgorithmsInterface
5
+using Dates
6
+
7
@safetestset "Newton" begin
8
include("newton.jl")
9
end
0 commit comments