buildtest.utils.table
Module Contents
Functions
|
Create a table object with the given columns and data. This function is a wrapper around rich.Table |
|
Print the given table, optionally showing the row count or using a pager. |
|
This method will print the output of |
- buildtest.utils.table.create_table(columns, data, title=None, header_style='blue', column_style=None, show_lines=False)[source]
Create a table object with the given columns and data. This function is a wrapper around rich.Table and it can be used to alter table settings. The return value is a rich.Table object.
- buildtest.utils.table.print_table(table, row_count=None, pager=None)[source]
Print the given table, optionally showing the row count or using a pager.