Closed carstenbauer closed 1 year ago
Just created a new package with ion new Whatever. In the new package folder there is a subfolder tests which should actually be called test. Otherwise, as is, ] test doesn't work:
ion new Whatever
tests
test
] test
ERROR: Package Whatever did not provide a `test/runtests.jl` file
Just created a new package with
ion new Whatever
. In the new package folder there is a subfoldertests
which should actually be calledtest
. Otherwise, as is,] test
doesn't work: