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:
10
cmd/bd/testdata/dep_remove.txt
vendored
Normal file
10
cmd/bd/testdata/dep_remove.txt
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# Test bd dep remove command
|
||||
bd init --prefix test
|
||||
bd create 'First issue'
|
||||
bd create 'Second issue'
|
||||
bd dep add test-2 test-1
|
||||
bd dep remove test-2 test-1
|
||||
stdout 'Removed dependency'
|
||||
|
||||
bd show test-2
|
||||
! stdout 'test-1'
|
||||
Reference in New Issue
Block a user