コード例 #1
0
 def test_initative_sorter_x_last(self):
     assert_equal(-1, em.initativeSorter(self.y, self.x))
コード例 #2
0
 def test_initative_sorter_equal(self):
     assert_equal(0, em.initativeSorter(self.x, self.x))
コード例 #3
0
 def test_initative_sorter(self):
     assert_equal(1, em.initativeSorter(self.x, self.y))