- 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
8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
# Test bd dep tree command
|
|
bd init --prefix test
|
|
bd create 'Root issue'
|
|
bd create 'Child issue'
|
|
bd dep add test-2 test-1
|
|
bd dep tree test-1
|
|
stdout 'test-1'
|