fix: validate delta output and integration test skips #207
Reference in New Issue
Block a user
Delete Branch "fix/triage-delta-validation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Verification
nix-shell --run "cmake --build build-triage -j\$(nproc) && ctest --test-dir build-triage --output-on-failure"nix-shell --run "python3 -m pytest tests/integration/test_ssh.py --collect-only -q"python3 -m py_compile tests/integration/test_ssh.py tests/integration/test_features.py