
Hopefully the licenses are detected better by Licensee. Also they can be templated now which is nice.
7 lines
91 B
Julia
7 lines
91 B
Julia
using {{{PKG}}}
|
|
using Test
|
|
|
|
@testset "{{{PKG}}}.jl" begin
|
|
# Write your tests here.
|
|
end
|