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
If I just ran viash test and it failed on test_generic_test/test_executable, I don't want to have to wait for it to rebuild the image (from cache, yes, but still takes time) and test method config -- I just want to rerun the test that last failed. Maybe there is a way to do this but it's not clear to me.
The text was updated successfully, but these errors were encountered:
You can run the tests associated with one Viash component with viash test path/to/config.vsh.yaml. At the moment, there isn't a way to run just one of the test scripts.
IMHO if you're not implementing a feature then the issue should be left open. This is something that at the very least I'd want to consider adding at a later date.
If I just ran
viash test
and it failed ontest_generic_test/test_executable
, I don't want to have to wait for it to rebuild the image (from cache, yes, but still takes time) and test method config -- I just want to rerun the test that last failed. Maybe there is a way to do this but it's not clear to me.The text was updated successfully, but these errors were encountered: