callbacks.table_updates

Functions

register_table_callbacks(app)

create_test_case_row(test_case, execution_results, ...)

Create a row for a test case with results for all answers.

create_results_table(execution_results)

Create the results table with execution results.

create_styled_table(columns, data_rows)

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.