pyDoubles 1.4 released

Thanks to Nestor Salceda, now pyDoubles do not raise errors on assertion failures, but just fails :-). Subtle difference but an important one. The other change is a new method alias, suggested by an user: mock.assert_that_is_satisfied() is now also:...

pyDoubles 1.3 released

What’s new in pyDoubles 1.3? times statement is also available in spies, not only mocks stubs ignoring arguments can live together with stubs defined with arguments a new matcher: obj_with_fields 1: This sintax is now possible:...

pyDoubles 1.1 released

There you go another version of the pyDoubles framework, mock objects for Python and more 😉 What’s new in this release? Two minor bugfixes. You can see test cases and fixes here and here. If you want to assert that a given object was passed in as a parameter, as...