Open khusseini opened 10 years ago
Off-the-cuff, I'm not sure you can. Automatic test discovery and base classes within your tests present an interesting dilemma. As both can be picked up and the run as test cases, especially when they ultimately derive from unittest.TestCase
.
Hi there, I am using nose in conjunction with needle (https://github.com/mozzymoz/needle/tree/develop). In my project I let a script generate my test files from which I inherit to make some customization.
When I run TestCheckoutbasics, all tests inside are executed twice. How can I circumvent this?