Exemplo n.º 1
0
 def test_sample_test_case(self):
     """
     This test case is testing method function of ProductionClass.
     """
     p_class = ProductionClass()
     resp = p_class.method('1')
     self.assertEqual(1, resp)
Exemplo n.º 2
0
 def test_sample_test_case(self):
     p_class = ProductionClass()
     resp = p_class.method('1')
     self.assertEqual(1, resp)