This also makes an UX changes since we now need to use the run action to run the tests.
run
Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr
1 new commit added
Add a rerun command to re-run tests that failed the last run
This duplicates a bunch of code between do_run and do_rerun... Is there any way we can abstract that?
s/catched/caught/
If we use logging.exception, we won't need to print the error ourselves, right?
Hmm, this seems to ignore the result from the functions?
rebased onto 4e5c1ee0ec7f28088f23412072e75d4c38a2e7c6
rebased onto 344ff83156c03585944d55465b5cc44d447d3ff2
Pull-Request has been merged by puiterwijk
This also makes an UX changes since we now need to use the
runaction to run the tests.
Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr