Skip to content

Commit 38e051e

Browse files
committed
test: verbose option with @run_package_tests
1 parent 098d709 commit 38e051e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/runtests.jl

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
# spell-checker: disable
22

33
using ModelPredictiveControl
4-
using ControlSystemsBase
54
using Documenter
6-
using LinearAlgebra
7-
using Random: randn
8-
using JuMP, OSQP, Ipopt, DAQP, ForwardDiff
9-
using Plots
105
using Test, TestItemRunner
116

12-
@run_package_tests
7+
@run_package_tests(verbose=true)
138

149
include("0_test_module.jl")
1510
include("1_test_sim_model.jl")

0 commit comments

Comments
 (0)