callbacks.table_updates¶
Functions¶
|
Create a row for a test case with results for all answers. |
|
Create the results table with execution results. |
|
Create a styled DataTable component. |
Module Contents¶
- callbacks.table_updates.register_table_callbacks(app)¶
- callbacks.table_updates.create_test_case_row(test_case, execution_results, test_idx)¶
Create a row for a test case with results for all answers.
- callbacks.table_updates.create_results_table(execution_results)¶
Create the results table with execution results.
- callbacks.table_updates.create_styled_table(columns, data_rows)¶
Create a styled DataTable component.