Closed asottile closed 11 years ago
lgtm
If no other concerns, will merge 10/14.
This looks good (yay tests!).
Before I merge (because all this class inspection metaprogramming stuff makes me anxious), can we think of any ways this might break stuff? If it did, what would those failures look like?
@mrtyler: I'm pretty sure the only time that this would blow up is if the test method on a class was an unbound method, however it'd already blow up in the same way as before.
The only actual change here is
test_method.__module__ ==> test_method.im_class.__module__
@mrtyler: Also it really only shows up when you do --list-tests
Merged manually (there were import conflicts with your other branch).
Fixes https://github.com/Yelp/Testify/issues/191