Just a thought: not sure if there’s a reason why pkg> test
only works with packages, but in my opinion, it would be very elegant if pkg> test .
would run the tests for the current project too.
We’d have a consistent way of adding and running the tests: put tests in test/
, use REPL or Pkg
API, and do this for all types of Julia software, regardless of how they are distributed.
Please?