Details
-
Wish
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Right now, client doesn't have any test cases, and cli has integration tests. Secondly, CLI tests are only testing the functions. Two improvements possible:
- Move integration tests to client.
- CLI tests should be unit tests, using a dummy client and testing only that given a command, correct function of client is being reached.