File tree Expand file tree Collapse file tree 4 files changed +1
-25
lines changed Expand file tree Collapse file tree 4 files changed +1
-25
lines changed Original file line number Diff line number Diff line change 1
1
name = " Git"
2
2
uuid = " d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2"
3
3
authors = [" Dilum Aluthge" , " contributors" ]
4
- version = " 1.0 .0"
4
+ version = " 1.1 .0"
5
5
6
6
[deps ]
7
7
Git_jll = " f8c6e375-362e-5223-8a59-34ff63f689eb"
Original file line number Diff line number Diff line change @@ -5,6 +5,5 @@ import Git_jll
5
5
export git
6
6
7
7
include (" git_function.jl" )
8
- include (" git_cmd_macro.jl" )
9
8
10
9
end # module
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 34
34
@test isdir (" Git.jl" )
35
35
@test isfile (joinpath (" Git.jl" , " Project.toml" ))
36
36
end
37
-
38
- withtempdir () do tmp_dir
39
- @test ! isdir (" Git.jl" )
40
- @test ! isfile (joinpath (" Git.jl" , " Project.toml" ))
41
- cmd = Git. git ` clone https://github.com/JuliaVersionControl/Git.jl`
42
- @test cmd isa Cmd
43
- @test ! isdir (" Git.jl" )
44
- @test ! isfile (joinpath (" Git.jl" , " Project.toml" ))
45
- run (cmd)
46
- @test isdir (" Git.jl" )
47
- @test isfile (joinpath (" Git.jl" , " Project.toml" ))
48
- end
49
-
50
37
end
51
38
52
39
@testset " Safety" begin
You can’t perform that action at this time.
0 commit comments