Skip to content

Commit

Permalink
fix table tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Lefévère-Laoide authored and Fred Lefévère-Laoide committed Mar 5, 2025
1 parent 6b2bf8a commit ed026de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions tests/gui/builder/control/test_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def test_table_builder_1(gui: Gui, helpers, csvdata):
'width="100%"',
'pageSizeOptions="[10, 30, 100]"',
"pageSize={10.0}",
"selected={[]}",
'updateVarName="_TpD_tpec_TpExPr_csvdata_TPMDL_0"',
"data={_TpD_tpec_TpExPr_csvdata_TPMDL_0}",
]
Expand All @@ -56,7 +55,6 @@ def test_table_reset_builder(gui: Gui, helpers, csvdata):
'width="100%"',
'pageSizeOptions="[10, 30, 100]"',
"pageSize={10.0}",
"selected={[]}",
'updateVarName="_TpD_tpec_TpExPr_csvdata_TPMDL_0"',
"data={_TpD_tpec_TpExPr_csvdata_TPMDL_0}",
"columns={tp_TpExPr_gui_tbl_cols_True_None_7B_22columns_22_3A_20_22Day_3BEntity_3BCode_3BDaily_20hospital_20occupancy_22_2C_20_22date_format_22_3A_20_22eee_20dd_20MMM_20yyyy_22_7D_7B_22data_22_3A_20_22tpec_TpExPr_csvdata_TPMDL_0_22_7D_tpec_TpExPr_csvdata_TPMDL_0_csvdata_TPMDL_0_0}",
Expand Down Expand Up @@ -96,7 +94,6 @@ def test_table_builder_2(gui: Gui, helpers, csvdata):
'width="60vw"',
'pageSizeOptions="[10, 50, 100, 500]"',
"pageSize={10}",
"selected={[]}",
'updateVarName="_TpD_tpec_TpExPr_csvdata_TPMDL_0"',
"data={_TpD_tpec_TpExPr_csvdata_TPMDL_0}",
]
Expand Down
5 changes: 0 additions & 5 deletions tests/gui/control/test_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def test_table_md_1(gui: Gui, helpers, csvdata):
'width="100%"',
'pageSizeOptions="[10, 30, 100]"',
"pageSize={10.0}",
"selected={[]}",
'updateVarName="_TpD_tpec_TpExPr_csvdata_TPMDL_0"',
"data={_TpD_tpec_TpExPr_csvdata_TPMDL_0}",
]
Expand All @@ -40,7 +39,6 @@ def test_table_reset_md(gui: Gui, helpers, csvdata):
'width="100%"',
'pageSizeOptions="[10, 30, 100]"',
"pageSize={10.0}",
"selected={[]}",
'updateVarName="_TpD_tpec_TpExPr_csvdata_TPMDL_0"',
"data={_TpD_tpec_TpExPr_csvdata_TPMDL_0}",
"columns={tp_TpExPr_gui_tbl_cols_True_None_7B_22columns_22_3A_20_22Day_3BEntity_3BCode_3BDaily_20hospital_20occupancy_22_2C_20_22date_format_22_3A_20_22eee_20dd_20MMM_20yyyy_22_7D_7B_22data_22_3A_20_22tpec_TpExPr_csvdata_TPMDL_0_22_7D_tpec_TpExPr_csvdata_TPMDL_0_csvdata_TPMDL_0_0}",
Expand Down Expand Up @@ -79,7 +77,6 @@ def test_table_md_2(gui: Gui, helpers, csvdata):
'width="60vw"',
'pageSizeOptions="[10, 50, 100, 500]"',
"pageSize={10}",
"selected={[]}",
'updateVarName="_TpD_tpec_TpExPr_csvdata_TPMDL_0"',
"data={_TpD_tpec_TpExPr_csvdata_TPMDL_0}",
]
Expand All @@ -96,7 +93,6 @@ def test_table_html_1(gui: Gui, helpers, csvdata):
'width="100%"',
'pageSizeOptions="[10, 30, 100]"',
"pageSize={10.0}",
"selected={[]}",
'updateVarName="_TpD_tpec_TpExPr_csvdata_TPMDL_0"',
"data={_TpD_tpec_TpExPr_csvdata_TPMDL_0}",
]
Expand Down Expand Up @@ -131,7 +127,6 @@ def test_table_html_2(gui: Gui, helpers, csvdata):
'width="60vw"',
'pageSizeOptions="[10, 50, 100, 500]"',
"pageSize={10}",
"selected={[]}",
'updateVarName="_TpD_tpec_TpExPr_csvdata_TPMDL_0"',
"data={_TpD_tpec_TpExPr_csvdata_TPMDL_0}",
]
Expand Down

0 comments on commit ed026de

Please sign in to comment.