Testing Layout
This commit is contained in:
@@ -381,7 +381,7 @@ class TestTreeviewBehaviour:
|
||||
class TestTreeViewRender:
|
||||
"""Tests for TreeView HTML rendering."""
|
||||
|
||||
def test_i_can_render_empty_treeview(self, root_instance):
|
||||
def test_empty_treeview_is_rendered(self, root_instance):
|
||||
"""Test that TreeView generates correct HTML structure."""
|
||||
tree_view = TreeView(root_instance)
|
||||
expected = Div(
|
||||
|
||||
Reference in New Issue
Block a user