Skip to content

Commit 0048ec0

Browse files
committed
get setup included correctly
1 parent 354cb96 commit 0048ec0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ istestfile(fn) = endswith(fn, ".jl") && startswith(basename(fn), "test_") &&
1515
!contains(fn, "setup")
1616

1717
include("setup.jl")
18-
using .TestSetup
1918

2019
@time begin
2120
# tests in groups based on folder structure

test/test_A4.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ using LinearAlgebra: LinearAlgebra
77
const MTK = MultiTensorKit
88
const TK = TensorKit
99

10+
@isdefined TestSetup || include("setup.jl")
11+
using .TestSetup
12+
1013
I = A4Object
1114
Istr = TensorKitSectors.type_repr(I)
1215
r = size(I)

0 commit comments

Comments
 (0)