Add server-side test runner to /specs/testing page

Python evaluator runs test.sx at page load, results shown alongside
the browser runner. Both hosts prove the same 81 tests from the same
spec file — server on render, client on click.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-07 11:10:24 +00:00
parent 9b3b2ea224
commit 6f403c0c2d
4 changed files with 94 additions and 5 deletions

View File

@@ -59,3 +59,8 @@
:params ()
:returns "dict"
:service "sx")
(define-page-helper "run-spec-tests"
:params ()
:returns "dict"
:service "sx")