hil icon indicating copy to clipboard operation
hil copied to clipboard

CLI code needs test coverage

Open henn opened this issue 9 years ago • 2 comments

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.

henn avatar Feb 23 '16 17:02 henn

This should also include:

  • [ ] Testing the various HTTPClient methods (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

henn avatar Sep 21 '16 18:09 henn

Given @naved001 is working on the new CLI, this issue should be triaged after the new CLI is merged.

xuhang57 avatar Mar 05 '18 15:03 xuhang57