def test_findOrSpawn(self):
     self.old_match.put()
     self.assertMergedMatch(MatchManipulator.findOrSpawn(self.new_match))
 def test_findOrSpawn(self):
     self.old_match.put()
     self.assertMergedMatch(MatchManipulator.findOrSpawn(self.new_match), True)
 def test_findOrSpawn_no_auto_union(self):
     self.old_match.put()
     self.assertMergedMatch(MatchManipulator.findOrSpawn(self.new_match, auto_union=False), False)
 def test_findOrSpawn_no_auto_union(self):
     self.old_match.put()
     self.assertMergedMatch(MatchManipulator.findOrSpawn(self.new_match, auto_union=False), False)