Hello,

I want to add some test cases to cmd program. But I don't understand the structure of them. Where to put the command and where to put the assertion or expected output?

I am coding a patch and I want to make it like TDD, first the test fail and after the fix the test passes.

Thank you