示例#1
0
def teardown():
    DBTest.connection.drop_database(database_name())
示例#2
0
class TestArray(Array):
    config_database = database_name()
    config_collection = 'arrays'
    config_max_size = 3
    config_padding = 100
示例#3
0
def teardown():
    DBTest.connection.drop_database(database_name())