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