mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fixed algorithm test_insert passes now and everything seems to be working fine
This commit is contained in:
@@ -78,8 +78,6 @@ def test_deleted_end():
|
||||
assert original_uids[:-1] == uids
|
||||
|
||||
def test_insert():
|
||||
from nose import SkipTest
|
||||
raise SkipTest('The algorithm does not work at the moment')
|
||||
insert = doctrees['versioning/insert']
|
||||
new_nodes = list(merge_doctrees(original, insert, is_paragraph))
|
||||
uids = [n.uid for n in insert.traverse(is_paragraph)]
|
||||
|
||||
Reference in New Issue
Block a user