pyforge icon indicating copy to clipboard operation
pyforge copied to clipboard

Python mocking and stubbing library

Results 6 pyforge issues
Sort by recently updated
recently updated
newest added

Hi, I had added ppc64le(Linux on Power) support on travis-ci in the branch and looks like its been successfully added. I believe it is ready for the final review and...

It would be great if hybrid mock would support wrapping an object that implements getattr as a way to call methods (hint: rpc). If the object implements `__dir__` it would...

Instead of using the hybrid mock, allow the user to create his/her own instance so the constructor code will run, and then wrap the object with the recorded calls. Something...

Enhance the ordering groups to allow nesting, and create a new "interleaved" order group. Nesting is helpful to allow for a more modular test code - you can write methods...