Exemplo n.º 1
0
 def test_bottom_10_percent_range_as_string(self):
     range_ = Range.bottom(0.1)
Exemplo n.º 2
0
 def test_bottom_10_percent_range_as_string(self):
     range_ = Range.bottom(0.1)
     assert str(range_) == '32-42s, 32-82o'