xfstestsdb/xfstestsdb
Anna Schumaker 84a7507998 xunit: Create the xfstestsdb xunit properties command
This command prints out (key, value) pairs for each xunit property in
the database. It has options to filter by runid, xunit name, property
name, and value.

Implements: #14 (`xfstestsdb xunit properties`)
Signed-off-by: Anna Schumaker <anna@nowheycreamery.com>
2023-02-16 14:22:32 -05:00
..
xunit xunit: Create the xfstestsdb xunit properties command 2023-02-16 14:22:32 -05:00
__init__.py xfstestsdb: Add the xfstestsdb xunit subcommand 2023-02-15 15:57:38 -05:00
colors.py xfstestsdb: Create a ColorScheme class 2023-02-15 15:57:19 -05:00
commands.py xfstestsdb: Create a generic Command class 2023-02-15 11:52:42 -05:00
delete.py xfstestsdb: Create the xfstestsdb delete command 2023-02-15 15:57:18 -05:00
list.py xfstestsdb: Add an 'Xunit' column to the xfstestsdb list table 2023-02-16 14:22:32 -05:00
new.py xfstestsdb: Create the xfstestsdb new command 2023-02-15 15:56:42 -05:00
rename.py xfstestsdb: Create the xfstestsdb rename command 2023-02-15 15:56:44 -05:00
sqlite.py xfstestsdb: Create a custom sqlite3 Connection manager 2023-02-15 11:52:41 -05:00
table.py xfstestsdb: Create a Table class 2023-02-15 15:57:21 -05:00
tag.py xfstestsdb: Create the xfstestsdb tag command 2023-02-15 15:57:14 -05:00
untag.py xfstestsdb: Create the xfstestsdb untag command 2023-02-15 15:57:16 -05:00
xfstestsdb.sql xfstestsdb: Add properties from the xunit file to the database 2023-02-16 14:22:32 -05:00