khanna-lab / cadre

Other
0 stars 0 forks source link

_init_ in test class? #16

Closed khanna7 closed 2 years ago

khanna7 commented 2 years ago

https://github.com/khanna7/cadre/blob/cc7570bec82ed47206ef06abbcbb73073382878e/python/src/test_person.py#L7

Do we need an _init_ method in the test class?

ncollier commented 2 years ago

Nope.

khanna7 commented 2 years ago

Got it - thanks!