Skip to content
Uwe Krien edited this page Nov 7, 2018 · 3 revisions

Skip a test

import unittest

@unittest.skip("'test_74' will be skipped because of/until")
def test_74(self):
    ok_(a == b)

Catch and test warnings