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