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
This package looks like a metapackage which pulls together multiple packages, which is fine, but I'm not sure just running upstream packages test is a good approach, since they are already tested individually. Can there be integration tests, for example based on the tutorials in the docs, to make sure they keep working?
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion, @giordano! Removing the dependency on Pkg definitely makes sense. I had started adding workflows for doctests to the individual repositories in #63, and I could also see doctests on the tutorials replacing the individual package tests in this meta package. If it's as easy as copying similar changes over from what I was working on in #63, I can get this updated soon. Otherwise, we'll put it on our to-do list to address soon.
I think there are two problems here:
Pkg
:Herb.jl/Project.toml
Line 13 in 13e8b88
Project.toml
Pkg
to run the tests of upstream packages:Herb.jl/test/runtests.jl
Lines 15 to 26 in 13e8b88
The text was updated successfully, but these errors were encountered: