nose-progressive icon indicating copy to clipboard operation
nose-progressive copied to clipboard

print vim command list at end of test tun

Open patroqueeet opened this issue 8 years ago • 2 comments

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?

patroqueeet avatar May 12 '16 15:05 patroqueeet

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.

erikrose avatar May 14 '16 02:05 erikrose

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.

patroqueeet avatar May 14 '16 13:05 patroqueeet