Re: [Tutor] unittest skipping tests

2013-08-01 Thread Alan Gauld
On 01/08/13 14:22, Matthew Ngaha wrote: Thanks guys. i was following some examples and noticed it. I tried to use it in my program and the same thing happened. In this example, there are 6 tests, and only 4 run. http://bpaste.net/show/abLNTHU49w1j2M8Fey8X/ You're still just teasing us. You sho

Re: [Tutor] unittest skipping tests

2013-08-01 Thread Walter Prins
Hi, On 1 August 2013 14:22, Matthew Ngaha wrote: > Thanks guys. i was following some examples and noticed it. I tried to > use it in my program and the same thing happened. In this example, > there are 6 tests, and only 4 run. > > http://bpaste.net/show/abLNTHU49w1j2M8Fey8X/ > The reason that 2

Re: [Tutor] unittest skipping tests

2013-08-01 Thread Walter Prins
Hi, On 1 August 2013 13:11, Matthew Ngaha wrote: > im trying to do some unittesting and i've written 1 class with 4 test > methods and it skips 2 of these methods for no reason. If i comment > out the 2 it doesn't skip, it will now test the 2 it previously > skipped. Is this the default behaviou

Re: [Tutor] unittest skipping tests

2013-08-01 Thread Alan Gauld
On 01/08/13 13:11, Matthew Ngaha wrote: im trying to do some unittesting and i've written 1 class with 4 test methods and it skips 2 of these methods for no reason. If i comment out the 2 it doesn't skip, it will now test the 2 it previously skipped. Is this the default behaviour I'm pretty sur