[Tutor] unittest skipping tests

Matthew Ngaha chigga101 at gmail.com
Thu Aug 1 14:11:05 CEST 2013


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 to only test 2 methods in a
class? Anyone have any ideas how i can solve this problem?

Thanks. I'm using Python 3


More information about the Tutor mailing list