Yelp / pyleus

Pyleus is a Python framework for developing and launching Storm topologies.
Apache License 2.0
403 stars 107 forks source link

add autospec to mock.patch.object calls #83

Closed smoy closed 9 years ago

smoy commented 9 years ago

I think we do want autospec=True on most of the mock.patch.object calls since default is False.

poros commented 9 years ago

Restarting travis build

poros commented 9 years ago

It seems a safe and reasonable change. +1 (thanks :) )

patricklucas commented 9 years ago

+1