Example #1
0
 def test_character_update_is_main(self):
     """You should be able to set a Character as your main toon."""
     toon = Character()
     toon.is_main = True
     self.assertTrue(toon.is_main)