Exemplo n.º 1
0
 def test_computed(self):
     argued = 2.0
     expected = 0.8493
     self.assertTrue(abs(b.gs_width(argued) - expected) < 0.01)
Exemplo n.º 2
0
 def test_zero(self):
     self.assertEqual(b.gs_width(0), 0)