Skip to content

Commit 6533da6

Browse files
authored
cleanup test imports (#39)
1 parent b03813c commit 6533da6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/runtests.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
using ApproxFunFourier, ApproxFunBase, Test, SpecialFunctions, LinearAlgebra
1+
using ApproxFunFourier
2+
using ApproxFunBase
23
import ApproxFunBase: testspace, testtransforms, testmultiplication, testraggedbelowoperator,
34
testbandedoperator, testblockbandedoperator, testbandedblockbandedoperator,
45
testcalculus, Block, Vec, testfunctional, EmptyDomain, UnionDomain
6+
using LinearAlgebra
7+
using SpecialFunctions
58
import SpecialFunctions: factorial
9+
using Test
610

711
@testset "Periodic Domains" begin
812
@test 0.1 PeriodicSegment(2π,0)

0 commit comments

Comments
 (0)