Exemplo n.º 1
0
def bypass_db_sample():
    with mock.patch("sqlite3.connect"):
        test_sample = Sample(':memory:')
        test_sample.create_empty_database()
    return test_sample
Exemplo n.º 2
0
def empty_shape():
    test_sample = Sample(':memory:')
    test_sample.create_empty_database()
    return test_sample