7 lines
211 B
Python
7 lines
211 B
Python
from buildscripts.resmokelib.testing.fixtures.standalone import MongoDFixture
|
|
|
|
|
|
# just a copy of MongoDFixture for testing
|
|
class MongoDFixtureTesting(MongoDFixture):
|
|
REGISTERED_NAME = "MongoDFixtureTesting"
|