Demonophobia Walkthrough __link__ Today

class TestSanitySystem(unittest.TestCase): def test_decrease_sanity(self): sanity_system = SanitySystem() sanity_system.decrease_sanity(20) self.assertEqual(sanity_system.current_sanity, 80)

Rulla till toppen