Max Leander

Results 3 comments of Max Leander

This module makes perfect sense! I too would really like that boolean check method. My suggestion: 1. `instance_implements(obj, IFace)` and `class_implements(cls, IFace)` (analogous to the built-in isinstance/issubclass functions) 2. Since...

@ssanderson Ah, you're right about dynamically added methods, didn't think about that. Assertion is exactly what I was planning on using these methods for. I have a unit test which...

@manparvesh Hi! I just run them like this: `python -m unittest discover -s tests` Also tried running from PyCharm with the same results.