- 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
6 lines
94 B
Plaintext
6 lines
94 B
Plaintext
# Test bd ready command
|
|
bd init --prefix test
|
|
bd create 'Ready issue'
|
|
bd ready
|
|
stdout 'Ready'
|