xfstestsdb/tests
Anna Schumaker 929c1dd5eb xfstestsdb: Create a custom sqlite3 Connection manager
The connection manager is used to initialize the database and has a
wrapper around the sqlite3.execute() and sqlite3.executemany() functions
for easier argument passing.

Additionally, it implements __enter__() and __exit__() functions to
manually begin a transaction to calls can use the sqlite3 "RETURNING"
clause.

Signed-off-by: Anna Schumaker <anna@nowheycreamery.com>
2023-02-15 11:52:41 -05:00
..
__init__.py xfstestsdb: Create the root xfstestsdb Command 2023-02-13 12:01:46 -05:00
test_sqlite.py xfstestsdb: Create a custom sqlite3 Connection manager 2023-02-15 11:52:41 -05:00
test_xfstestsdb.py xfstestsdb: Create the root xfstestsdb Command 2023-02-13 12:01:46 -05:00