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 _______________________________________________ Supervisor-users mailing list [email protected] http://lists.supervisord.org/mailman/listinfo/supervisor-users
