We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import unittest @unittest.skip("'test_74' will be skipped because of/until") def test_74(self): ok_(a == b)