nose-devs / nose

nose is nicer testing for python
http://readthedocs.org/docs/nose/en/latest/
1.36k stars 396 forks source link

[discussion] Test case with `id` #993

Open snowleung opened 8 years ago

snowleung commented 8 years ago

my colleague use self.id = 4L in Test class init function. nose cause 'long object is not callable' because in this https://github.com/nose-devs/nose/blob/master/nose/case.py#L82 return self.test.id()