- 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
9 lines
161 B
Plaintext
9 lines
161 B
Plaintext
# Test bd close command
|
|
bd init --prefix test
|
|
bd create 'Issue to close'
|
|
bd close test-1 --reason 'Fixed'
|
|
stdout 'Closed test-1'
|
|
|
|
bd show test-1
|
|
stdout 'closed'
|