Add scripttest-based integration tests (#59)

- Complete test coverage for all major bd commands:
  blocked, close, create, dep (add/remove/tree), export, help,
  import, init, list, quickstart, ready, show, stats, update, version
- Test data files validate command behavior and output
- Enables automated testing of full CLI workflows
This commit is contained in:
Travis Cline
2025-10-16 17:11:54 -07:00
committed by GitHub
parent 363cd3b4e6
commit b17fcdbb2a
20 changed files with 151 additions and 0 deletions

2
go.mod
View File

@@ -24,7 +24,9 @@ require (
github.com/tidwall/sjson v1.2.5 // indirect
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
golang.org/x/sys v0.34.0 // indirect
golang.org/x/tools v0.34.0 // indirect
modernc.org/libc v1.66.3 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.11.0 // indirect
rsc.io/script v0.0.2 // indirect
)