Exemplo n.º 1
0
 def test_x_is_not_inf(self):
     self.assertEqual(prior_display_setting(x=2.0),
                      '^2',
                      msg='Raised to the second power if not infinity.')
Exemplo n.º 2
0
 def test_x_is_inf(self):
     self.assertEqual(prior_display_setting(x=np.inf),
                      '',
                      msg='Blank string if infinity.')