I agree that each test should test only one 'thing', but it's also true that testing one 'thing' sometimes/often involves multiple assertions. But in the OP's case, it does sound like the assertion he wants to skip should be broken out into its own test. -- http://mail.python.org/mailman/listinfo/python-list
- skipping one unittest assertion? Roy Smith
- Re: skipping one unittest assertion? Ben Finney
- Re: skipping one unittest assertion? Michael Kent
- Re: skipping one unittest assertion? Roy Smith
- Re: skipping one unittest assertion? Ben Finney
- Re: skipping one unittest assertion? OKB (not okblacke)
- Re: skipping one unittest assertion? Roy Smith
- Re: skipping one unittest assertion? Chris Angelico