huskies: merge 854
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
//! Tests for squash-merge orchestration — advanced and regression cases.
|
||||
use super::*;
|
||||
use std::process::Command;
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
//! Tests for squash-merge orchestration — basic cases.
|
||||
use super::*;
|
||||
use std::process::Command;
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
//! Tests for agent pipeline completion handling.
|
||||
use super::super::super::AgentPool;
|
||||
use super::*;
|
||||
use crate::agents::{AgentEvent, AgentStatus, CompletionReport};
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
//! Tests for project configuration parsing and validation.
|
||||
use super::*;
|
||||
use std::fs;
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
//! Tests for CRDT snapshot compaction and cross-node coordination.
|
||||
use super::*;
|
||||
use bft_json_crdt::json_crdt::{BaseCrdt, JsonValue, SignedOp};
|
||||
use bft_json_crdt::keypair::make_keypair;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
//! Tests for the HTTP agent endpoints.
|
||||
use super::*;
|
||||
use crate::agents::AgentStatus;
|
||||
use std::path;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
//! Tests for the filesystem config watcher.
|
||||
use super::*;
|
||||
|
||||
// ── is_config_file ────────────────────────────────────────────────────────
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
//! Tests for the typed pipeline state machine.
|
||||
use super::*;
|
||||
use std::num::NonZeroU32;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user