Example #1
0
 def test_character_update_league(self):
     """You should be able to update a Character's league."""
     toon = Character()
     toon.league = "Exobyte Titans"
     self.assertEqual("Exobyte Titans", toon.league)