test fixes, tests for partition

This commit is contained in:
Will McGugan
2022-07-27 15:37:33 +01:00
parent 90de092fd5
commit 1abe8f933d
11 changed files with 21 additions and 481 deletions

View File

@@ -228,7 +228,7 @@ async def test_border_edge_types_impact_on_widget_size(
top_left_edge_style = app.screen.get_style_at(0, 0)
top_left_edge_color = top_left_edge_style.color.name
assert top_left_edge_color == expected_top_left_edge_color
assert top_left_edge_color.upper() == expected_top_left_edge_color.upper()
top_left_edge_char = app.get_char_at(0, 0)
top_left_edge_char_is_a_visible_one = top_left_edge_char != " "