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

@@ -98,12 +98,6 @@ def test_docks_property_help_text(styling_context):
assert "docks" in rendered
def test_dock_property_help_text(styling_context):
rendered = render(dock_property_help_text("dock", styling_context))
assert "Invalid value for" in rendered
assert "dock" in rendered
def test_fractional_property_help_text(styling_context):
rendered = render(fractional_property_help_text("opacity", styling_context))
assert "Invalid value for" in rendered