note35 / sinon

Standalone and test framework agnostic Python test spies, stubs and mocks (pronounced "sigh-non").
BSD 2-Clause "Simplified" License
13 stars 4 forks source link

Calling spy() now fills args and kwargs with empty tuple or dictionary #7

Closed jonathan-benn closed 7 years ago

jonathan-benn commented 7 years ago

The next fixes will build on top of this one

note35 commented 7 years ago

About the following steps, if you are not familiar about git, here are some tips. (If you knew them before, please ignore them.)

note35 commented 7 years ago

LGTM