xfstestsdb/tests
Anna Schumaker 6a6fe5dda8 xfstestsdb: Create the xfstestsdb new command
This command inserts a new row into the xfstests_runs table and prints
out the result.

Note that sqlite stores timestamps as UTC, so I use the datetime()
function to convert to localtime when returning the new row.

Implements: #1 (`xfstestsdb new`)
Signed-off-by: Anna Schumaker <anna@nowheycreamery.com>
2023-02-15 15:56:42 -05:00
..
__init__.py xfstestsdb: Create the root xfstestsdb Command 2023-02-13 12:01:46 -05:00
test_commands.py xfstestsdb: Create a generic Command class 2023-02-15 11:52:42 -05:00
test_new.py xfstestsdb: Create the xfstestsdb new command 2023-02-15 15:56:42 -05:00
test_sqlite.py xfstestsdb: Create a custom sqlite3 Connection manager 2023-02-15 11:52:41 -05:00
test_xfstestsdb.py xfstestsdb: Add a sqlite.Connection instance to the root Command 2023-02-15 11:52:42 -05:00