Exemplo n.º 1
0
 def test_atleast_value(self):
     self.assertEqual(atleast([4], 3, 1), [4, 1, 1])
Exemplo n.º 2
0
 def test_atleast_value(self):
     self.assertEqual(atleast([4], 3, 1), [4, 1, 1])
Exemplo n.º 3
0
 def test_atleast(self):
     self.assertEqual(atleast([4], 3), [4, 0, 0])
Exemplo n.º 4
0
 def test_atleast(self):
     self.assertEqual(atleast([4], 3), [4, 0, 0])