nose-progressive
nose-progressive copied to clipboard
print vim command list at end of test tun
I do have 200+ tests, when 20 fail going through them is pain in ... as I have to do lot's of copy and paste and upward scrolling. would it make sense to print the vim
commands in a list at the end of the output?
I'd accept a patch to that effect. Or perhaps you'd find the -x flag useful: it stops the run after a single failing test.
dear, my suite runs 20 mins. the -x
won't work because I will need many re-runs to figure out if all runs. on every break I will have to fix and rerun again. run once, get a convenient list of all broken tests, fix them and run all suite once again would be the most efficient way of fixing (I believe). But I would be very happy to learn about a better approach.
Alternative I can try to create a patch, but time always short, so it might take a weeks until i find a spot to get it done.