Roger-luo / Ion

Ion - a CLI toolbox for Julia developers

Home Page:https://rogerluo.dev/Ion/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`tests` folder should be named `test`

carstenbauer opened this issue · comments

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:

ERROR: Package Whatever did not provide a `test/runtests.jl` file