Skip to content

Commit 927736f

Browse files
committed
Fix formatting
1 parent eec0a67 commit 927736f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

sqlalchemy_mptt/tests/cases/edit_node.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ class Changes(object):
33
def test_update_wo_move(self):
44
""" Update node w/o move
55
initial state of the tree :mod:`sqlalchemy_mptt.tests.add_mptt_tree`
6+
67
.. code::
78
89
level Nested sets example
@@ -52,6 +53,7 @@ def test_update_wo_move(self):
5253
def test_update_wo_move_like_sacrud_save(self):
5354
""" Just change attr from node w/o move
5455
initial state of the tree :mod:`sqlalchemy_mptt.tests.add_mptt_tree`
56+
c
5557
.. code::
5658
5759
level Nested sets example
@@ -98,6 +100,7 @@ def test_update_wo_move_like_sacrud_save(self):
98100
def test_insert_node(self):
99101
""" Insert node with parent==6
100102
initial state of the tree :mod:`sqlalchemy_mptt.tests.add_mptt_tree`
103+
101104
.. code::
102105
103106
level Nested sets example
@@ -157,6 +160,7 @@ def test_insert_node(self):
157160
def test_insert_node_near_subtree(self):
158161
""" Insert node with parent==4
159162
initial state of the tree :mod:`sqlalchemy_mptt.tests.add_mptt_tree`
163+
160164
.. code::
161165
162166
level Nested sets example
@@ -219,6 +223,7 @@ def test_insert_after_node(self):
219223
def test_delete_node(self):
220224
""" Delete node(4)
221225
initial state of the tree :mod:`sqlalchemy_mptt.tests.add_mptt_tree`
226+
222227
.. code::
223228
224229
level Test delete node
@@ -273,6 +278,7 @@ def test_delete_node(self):
273278
def test_update_node(self):
274279
""" Set parent_id==5 for node(8)
275280
initial state of the tree :mod:`sqlalchemy_mptt.tests.add_mptt_tree`
281+
276282
.. code::
277283
278284
level Test update node

0 commit comments

Comments
 (0)