You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, the idea is that you just put @run_package_tests into your test/runtests.jl file, but not call it directly. From the REPL you would either go into REPL mode and just run ] test or run Pkg.test("MyPackage") or something like that. And that should all work, right?
Ah, yes, that is not yet supported here. We'll need a generic filtering mechanism, and I first want to add support for tags and then I was thinking I would try to tackle filtering from the command line. My rough idea is that you might be able to do something like
@run_package_tests
andrun_tests
fail to detect current project when run from REPL and all tests fail. CanPkg.project()
be used in this case?The text was updated successfully, but these errors were encountered: