Skip to content

Commit 130a1ff

Browse files
authored
remove TestExt.jl (#238)
1 parent 5c00be7 commit 130a1ff

File tree

3 files changed

+1
-184
lines changed

3 files changed

+1
-184
lines changed

Project.toml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,7 @@ name = "TranscodingStreams"
22
uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
33
license = "MIT"
44
authors = ["Kenta Sato <[email protected]>"]
5-
version = "0.11.1"
6-
7-
[deps]
8-
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
9-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
10-
11-
[weakdeps]
12-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
13-
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
14-
15-
[extensions]
16-
TestExt = ["Test", "Random"]
5+
version = "0.11.2"
176

187
[compat]
19-
Random = "1"
20-
Test = "1"
218
julia = "1.6"

ext/TestExt.jl

Lines changed: 0 additions & 157 deletions
This file was deleted.

src/TranscodingStreams.jl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,4 @@ include("io.jl")
1717
include("noop.jl")
1818
include("transcode.jl")
1919

20-
function test_roundtrip_read end
21-
function test_roundtrip_write end
22-
function test_roundtrip_transcode end
23-
function test_roundtrip_lines end
24-
function test_roundtrip_seekstart end
25-
function test_roundtrip_fileio end
26-
function test_chunked_read end
27-
function test_chunked_write end
28-
29-
if !isdefined(Base, :get_extension)
30-
include("../ext/TestExt.jl")
31-
end
32-
3320
end # module

0 commit comments

Comments
 (0)