From 338517a49f14f3f36c6ee666efb211c40eb26dc7 Mon Sep 17 00:00:00 2001 From: Neil Macneale IV Date: Tue, 10 Feb 2026 20:58:43 +0000 Subject: [PATCH] CLI Tests with rebase --- .../bats/commit_verification.bats | 262 ++++++++++++++++++ 1 file changed, 262 insertions(+) create mode 100644 integration-tests/bats/commit_verification.bats diff --git a/integration-tests/bats/commit_verification.bats b/integration-tests/bats/commit_verification.bats new file mode 100644 index 0000000000..eff1876a72 --- /dev/null +++ b/integration-tests/bats/commit_verification.bats @@ -0,0 +1,262 @@ +#!/usr/bin/env bats +load $BATS_TEST_DIRNAME/helper/common.bash + +setup() { + setup_common + + dolt sql <