> Is anyone against having an instance of Mongo DB instantiated and > destroyed when tests are run? I'm already assuming the developer doesn't > need to have Mongo DB already installed, as well.
How much of an overhead is that going to add to the running of the tests? Inutition suggests that instantiating a DB is going to be a pretty heavy job... Ali
