1 2 3 4 5 6
from unittest import TestCase class Test(TestCase): def test_sample(self): self.assertEqual(1, 1)