mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
more docs
This commit is contained in:
@@ -9,8 +9,6 @@ from textual.css._help_text import (
|
||||
color_property_help_text,
|
||||
border_property_help_text,
|
||||
layout_property_help_text,
|
||||
docks_property_help_text,
|
||||
dock_property_help_text,
|
||||
fractional_property_help_text,
|
||||
offset_property_help_text,
|
||||
align_help_text,
|
||||
@@ -92,12 +90,6 @@ def test_layout_property_help_text(styling_context):
|
||||
assert "layout" in rendered
|
||||
|
||||
|
||||
def test_docks_property_help_text(styling_context):
|
||||
rendered = render(docks_property_help_text("docks", styling_context))
|
||||
assert "Invalid value for" in rendered
|
||||
assert "docks" 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
|
||||
|
||||
Reference in New Issue
Block a user