Run a single test #20
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm not sure if I'm missing something obvious but I can't find a simple way to run a single test.
Sometimes I just need to run a single test over and over to try and get it to pass. I'm currently using
chmod
to make the desired test the only executable file in the folder and then running urchin on just that folder. However it's kind of long winded and sometimes I accidentally commit the file mode changes so my other tests don't run.Is there a better way to do this?