Add test for non-default template path
This commit is contained in:
parent
af744a21a2
commit
8434be6bf1
@ -203,6 +203,12 @@ end
|
|||||||
@test LibGit2.url(remote) == "https://gitlab.com/invenia/TestPkg.jl"
|
@test LibGit2.url(remote) == "https://gitlab.com/invenia/TestPkg.jl"
|
||||||
rm(Pkg.dir(test_pkg); recursive=true)
|
rm(Pkg.dir(test_pkg); recursive=true)
|
||||||
|
|
||||||
|
temp_dir = mktempdir()
|
||||||
|
t = Template(; user="invenia", dir=temp_dir)
|
||||||
|
generate(test_pkg, t)
|
||||||
|
@test isdir(joinpath(temp_dir, test_pkg))
|
||||||
|
rm(temp_dir; recursive=true)
|
||||||
|
|
||||||
t = Template(;
|
t = Template(;
|
||||||
user="invenia",
|
user="invenia",
|
||||||
license="MIT",
|
license="MIT",
|
||||||
|
Loading…
Reference in New Issue
Block a user