PkgTemplates.jl/templates/test/runtests.jl
Chris de Graaf 3b9714c8a8
Move around the template files, update the licenses
Hopefully the licenses are detected better by Licensee.
Also they can be templated now which is nice.
2019-09-26 00:32:05 +07:00

7 lines
91 B
Julia

using {{{PKG}}}
using Test
@testset "{{{PKG}}}.jl" begin
# Write your tests here.
end