hil
hil copied to clipboard
CLI code needs test coverage
Currently, we only test haas serve and haas serve_networks.
We need to test more. This should be done after we implement argparse as part of #431.
This should also include:
- [ ] Testing the various
HTTPClientmethods (currently in cli.py). - [ ] For testing KeystoneHTTPClient, it might make sense to modify
tests/integration/keystone.py. - [ ] Don't forget to include testing GET parameters, per #655
Given @naved001 is working on the new CLI, this issue should be triaged after the new CLI is merged.