Closed Shourya742 closed 1 month ago
Further info:
This issue is for creating the first template of this type of test. It's okay if all the taker-cli
commands are not covered in the solving PR. Once the template is ready we can add tests for further commands in subsequent PRs.
There is no RPC for taker-cli
. takerr-cli
is a REPL type of app. So each command has to be tested as a single executed process.
Approach:
Use the std::process::Command
to issue a single taker-cli
app command and evaluate the returned result.
Completed in #244
Task
Details
Expected Outcome