Initial project import

This commit is contained in:
2026-08-14 09:40:51 +03:00
parent 00040e5ce4
commit d7099bf80d
146 changed files with 30509 additions and 1055 deletions
+1 -1
View File
@@ -290,7 +290,7 @@ def discover_smoke_routes(base_url: str, base_id: str, table: str, timeout: floa
def main() -> int:
parser = argparse.ArgumentParser(description="Smoke test saved-state form write routing with apply_and_rollback.")
parser.add_argument("--base-url", default="http://docker-gpu.cin.su:8011", help="1C REST adapter URL.")
parser.add_argument("--base-url", default="http://docker.cin.su:8011", help="1C REST adapter URL.")
parser.add_argument("--base-id", default="upo_test", help="Configured adapter base id.")
parser.add_argument("--table", default="ConfigCASSave", help="Saved-state SQL table.")
parser.add_argument("--file-name", default=DEFAULT_FORM_FILE, help="Saved-state form file name. Omit to auto-select a safe saved-state form title route.")