Пример #1
0
 def test_birthday(self, p):
     p = Person("hoge", 11)
     p.happy_birthday()
     assert p.age == 10