xfstestsdb/tests
Anna Schumaker 6529eb61f8 xfstestsdb: Create a ColorScheme class
This will be used by tools to print out text with colored outut. I
provide 3 options:

  * A NoneScheme for printing text without any formatting
  * A DarkScheme with colors chosen for a dark terminal
  * A LightScheme with colors chosen for a light terminal

Users can set the XFSTESTSDB_COLORS environment variable to either
"none", "dark", or "light". If this environment variable isn't set, or
if it is set to an invalid value, then xfstestsdb will use dark mode by
default.

Signed-off-by: Anna Schumaker <anna@nowheycreamery.com>
2023-02-15 15:57:19 -05:00
..
__init__.py xfstestsdb: Create the root xfstestsdb Command 2023-02-13 12:01:46 -05:00
test_colors.py xfstestsdb: Create a ColorScheme class 2023-02-15 15:57:19 -05:00
test_commands.py xfstestsdb: Create a generic Command class 2023-02-15 11:52:42 -05:00
test_delete.py xfstestsdb: Create the xfstestsdb delete command 2023-02-15 15:57:18 -05:00
test_new.py xfstestsdb: Create the xfstestsdb new command 2023-02-15 15:56:42 -05:00
test_rename.py xfstestsdb: Create the xfstestsdb rename command 2023-02-15 15:56:44 -05:00
test_sqlite.py xfstestsdb: Create a custom sqlite3 Connection manager 2023-02-15 11:52:41 -05:00
test_tag.py xfstestsdb: Create the xfstestsdb tag command 2023-02-15 15:57:14 -05:00
test_untag.py xfstestsdb: Create the xfstestsdb untag command 2023-02-15 15:57:16 -05:00
test_xfstestsdb.py xfstestsdb: Add a sqlite.Connection instance to the root Command 2023-02-15 11:52:42 -05:00