Exemplo n.º 1
0
def setup_module():
    global testdb
    testdb = getTestDB()
    testdb.setup()

    root = testdb.dbopen()
    root['zfile'] = ZBigFile(blksize)
    transaction.commit()

    dbclose(root)
Exemplo n.º 2
0
def setup_module():
    global testdb
    testdb = getTestDB()
    testdb.setup()