Skip a Test or Fail a Test
import unittest
class MyTest(unittest.TestCase):
@unittest.skip("Not done yet")
def test_add_fractions(self):
pass
def test_fraction_constructor(self):
self.fail
(
"Write this test!"
)
Get your own AI website up and running! Start your new business, personal, or research website with our ready to use website scripts and templates.