When I tested out docker (a linux container implementation), one of the obvious use cases I saw for it was to implement a nose-docker plugin that runs the tests in docker containers. This would achieve couple of things:
This should dramatically improve the time of execution of a test suite. One of the biggest drawbacks would be that this would not be cross platform and even in linux would work only when all the requirements for running docker is met (newer kernel etc).
I would like to work on creating this plugin.
But since this seems like such an obvious idea, wondering if anyone is working on it or have any thoughts on this?
Any pointers to help development of the plugin is appreciated (I have no experience in developing a nose plugin)?
Thanks,
(Initially posted as an issue #768 in github, but re-posting here based on comment.)