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?
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?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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
chmodto 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?