def test_right4(self):
     popped = exporters._pop_many(self.x, 4, side='riGHt')
     ntools.assert_equal(popped, self.known_R4)
Exemple #2
0
 def test_right4(self):
     popped = exporters._pop_many(self.x, 4, side='riGHt')
     ntools.assert_equal(popped, self.known_R4)
 def test_left3(self):
     popped = exporters._pop_many(self.x, 3)
     ntools.assert_equal(popped, self.known_L3)
Exemple #4
0
 def test_left3(self):
     popped = exporters._pop_many(self.x, 3)
     ntools.assert_equal(popped, self.known_L3)