test: stabilize docker e2e suites for pairing and model updates

This commit is contained in:
Peter Steinberger
2026-02-21 16:38:43 +01:00
parent 5da03e6221
commit 8588183abe
11 changed files with 183 additions and 121 deletions

View File

@@ -1,10 +1,10 @@
import "./isolated-agent.mocks.js";
import fs from "node:fs/promises";
import path from "node:path";
import { beforeEach, describe, expect, it, vi } from "vitest";
import { loadModelCatalog } from "../agents/model-catalog.js";
import { runEmbeddedPiAgent } from "../agents/pi-embedded.js";
import type { CliDeps } from "../cli/deps.js";
import "./isolated-agent.mocks.js";
import { runCronIsolatedAgentTurn } from "./isolated-agent.js";
import { makeCfg, makeJob, withTempCronHome } from "./isolated-agent.test-harness.js";
import type { CronJob } from "./types.js";