File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ def test_order_children_default(backend_a, backend_b):
5555 """Test that order_children_default is properly called when calling get_children."""
5656
5757 class MyDiff (Diff ):
58+ """custom diff class to test order_children_default."""
59+
5860 @classmethod
5961 def order_children_default (cls , children ):
6062 """Return the children ordered in alphabetical order."""
@@ -73,6 +75,8 @@ def test_order_children_custom(backend_a, backend_b):
7375 """Test that a custom order_children method is properly called when calling get_children."""
7476
7577 class MyDiff (Diff ):
78+ """custom diff class to test order_children_site."""
79+
7680 @classmethod
7781 def order_children_site (cls , children ):
7882 """Return the site children ordered in reverse-alphabetical order."""
You can’t perform that action at this time.
0 commit comments