Skip to content

Commit 69651f1

Browse files
committed
remove old tests
1 parent 06b4344 commit 69651f1

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ContinuumArrays"
22
uuid = "7ae1f121-cc2c-504b-ac30-9b923412ae5c"
3-
version = "0.6"
3+
version = "0.6.0"
44

55
[deps]
66
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"

test/runtests.jl

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,6 @@ import ContinuumArrays: ℵ₁, materialize, AffineQuasiVector, BasisLayout, Adj
55
import QuasiArrays: SubQuasiArray, MulQuasiMatrix, Vec, Inclusion, QuasiDiagonal, LazyQuasiArrayApplyStyle, LazyQuasiArrayStyle
66
import LazyArrays: MemoryLayout, ApplyStyle, Applied, colsupport, arguments, ApplyLayout, LdivStyle, MulStyle
77

8-
@testset "AlephInfinity" begin
9-
@test !isone(ℵ₁)
10-
@test !iszero(ℵ₁)
11-
@test ℵ₁  4
12-
@test ℵ₁ *==* ℵ₁ == ℵ₁
13-
@test 2 * ℵ₁ == ℵ₁ * 2 == ℵ₁
14-
@test abs(ℵ₁) == ℵ₁
15-
@test zero(ℵ₁) == 0
16-
@test 5 < ℵ₁
17-
@test 5  ℵ₁
18-
@test !(ℵ₁  5)
19-
@test ℵ₁ > 5
20-
@test !(5 > ℵ₁)
21-
22-
@test string(ℵ₁) == "ℵ₁"
23-
end
248

259
@testset "Inclusion" begin
2610
x = Inclusion(-1..1)

0 commit comments

Comments
 (0)