示例#1
0
文件: hoge.py 项目: planset/samples
 def test_birthday(self, p):
     p = Person("hoge", 11)
     p.happy_birthday()
     assert p.age == 10