def test_create_bad_guys(self):
     assert_true(em.createBadGuys(3, None, "blah") is not None)
 def test_initative_sorter_x_last(self):
     assert_equal(-1, em.initativeSorter(self.y, self.x))
 def test_initative_sorter_equal(self):
     assert_equal(0, em.initativeSorter(self.x, self.x))
 def test_initative_sorter(self):
     assert_equal(1, em.initativeSorter(self.x, self.y))