Roger-luo / Ion

Ion - a CLI toolbox for Julia developers
https://rogerluo.dev/Ion/
MIT License
65 stars 3 forks source link

`tests` folder should be named `test` #12

Closed carstenbauer closed 1 year ago

carstenbauer commented 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:

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