Make project MCP workflows self-synchronizing
This commit is contained in:
parent
a30f021a52
commit
73165c9f51
17 changed files with 1124 additions and 56 deletions
|
|
@ -31,6 +31,8 @@ class DocForgeCliTests(unittest.TestCase):
|
|||
parser = _parser()
|
||||
reindexed = _run(parser.parse_args(["--project-root", str(root), "reindex"]))
|
||||
self.assertTrue(reindexed["reindexed"])
|
||||
synchronized = _run(parser.parse_args(["--project-root", str(root), "sync"]))
|
||||
self.assertEqual("current", synchronized["synchronization"]["action"])
|
||||
|
||||
project = Project.open(root)
|
||||
store = ChangesetStore(project, "alpha-editor")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue