Add call to compute diffs via local PHP server

This is inefficient as it requires an individal request per diff.

Going to try collecting the revision texts to reduce communication
overhead.

Signed-off-by: Will Beason <willbeason@gmail.com>
This commit is contained in:
Will Beason
2025-06-23 13:09:27 -05:00
parent 0d9ab003f0
commit 96915a074b
2 changed files with 47 additions and 2 deletions

View File

@@ -107,6 +107,7 @@ class WikiqTestCase(unittest.TestCase):
try:
tester.call_wikiq()
# tester.call_wikiq("--compute-incremental-diffs")
except subprocess.CalledProcessError as exc:
self.fail(exc.stderr.decode("utf8"))