separate tests from real db

This commit is contained in:
James Turk 2011-08-05 19:03:52 -04:00
parent 1357b55be6
commit 67cc05078e

View File

@ -11,7 +11,7 @@ from oyster.client import Client
class ClientTests(TestCase):
def setUp(self):
self.client = Client()
self.client = Client(mongo_db='oyster_test')
self.client._wipe()