[Supervisor-users] Adding mock as project dependency
Chris McDonough
chrism at plope.com
Wed Oct 21 21:08:38 EDT 2009
Roger Hoover wrote:
> Hi Chris + Mike,
>
> How would you guys feel about adding mock
> (http://www.voidspace.org.uk/python/mock/) as a project dependency?
> I've found it to be endless useful in unit testing and saves having to
> manually create dummy objects.
Sure, I don't mind at all, and I wouldn't mind seeing how you use it. If
possible, can you put it in "tests_require" rather than "install_requires" in
the setup.py, so it's just sucked down when we do "setup.py test" (but not when
someone installs the package using easy_install or so)?
- C
More information about the Supervisor-users
mailing list