Skip to content

Commit eb5ef56

Browse files
committed
squash with other test commit
1 parent 03de25a commit eb5ef56

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

test/quick.jl

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
#
22
# `include("test/quick.jl")` for quick testing
33
#
4-
# Adjust the settings to `runtests` to your liking
4+
# Assumes you have TestEnv and ReTestItems installed in your
5+
# global Julia environment.
56
#
6-
using TestEnv;
7-
TestEnv.activate();
8-
9-
using GraphDynamicalSystems
7+
using TestEnv
108
using ReTestItems
9+
using GraphDynamicalSystems
1110

12-
runtests(
13-
GraphDynamicalSystems,
14-
name = r"^(?!Code).+$",
15-
failfast = true,
16-
failures_first = true,
17-
)
11+
TestEnv.activate() do
12+
runtests(
13+
GraphDynamicalSystems,
14+
name = r"^(?!Code).+$",
15+
failfast = true,
16+
failures_first = true,
17+
)
18+
end

0 commit comments

Comments
 (0)