Skip to content

Commit 6b8bf7e

Browse files
authored
clean up test imports (#166)
1 parent 1f64473 commit 6b8bf7e

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

test/OperatorTest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using LinearAlgebra
55
using Test
66
using ApproxFunBase: Multiplication, InterlaceOperator, Block, ∞
77
using ApproxFunBaseTest: testfunctional, testbandedoperator, testraggedbelowoperator,
8-
testinfoperator, testblockbandedoperator
8+
testblockbandedoperator
99
using ApproxFunOrthogonalPolynomials: JacobiZ
1010

1111
@verbose @testset "Operator" begin

test/SpacesTest.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ using Test
55
using DomainSets
66
using DomainSets: UnionDomain
77
using ApproxFunBase: space, SpaceOperator
8-
using ApproxFunBaseTest: testspace, testbandedoperator, testraggedbelowoperator,
9-
testcalculus, testtransforms, testfunctional
8+
using ApproxFunBaseTest: testbandedoperator, testraggedbelowoperator,
9+
testtransforms, testfunctional
1010

1111
@testset "Spaces" begin
1212
@testset "evaluate" begin

test/UltrasphericalTest.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ using ApproxFunBase
33
using Test
44
using SpecialFunctions
55
using LinearAlgebra
6-
using ApproxFunBase: maxspace, NoSpace, hasconversion, reverseorientation, ReverseOrientation
7-
using ApproxFunBaseTest: testbandedbelowoperator, testbandedoperator, testspace, testtransforms,
8-
testfunctional
9-
using ApproxFunOrthogonalPolynomials: jacobip
106

117
@testset "Ultraspherical" begin
128
@testset "identity fun" begin

0 commit comments

Comments
 (0)