separate tests from real db
This commit is contained in:
parent
1357b55be6
commit
67cc05078e
@ -11,7 +11,7 @@ from oyster.client import Client
|
|||||||
class ClientTests(TestCase):
|
class ClientTests(TestCase):
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.client = Client()
|
self.client = Client(mongo_db='oyster_test')
|
||||||
self.client._wipe()
|
self.client._wipe()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user