quipucords / camayoc

Test automation framework that facilitates functional testing of quipucords.
https://camayoc.readthedocs.io/
GNU General Public License v3.0
5 stars 4 forks source link

Refactor: Rename camayoc.cli module to camayoc.command #405

Closed ruda closed 1 year ago

ruda commented 1 year ago

The camayoc.cli module is for running local and remote commands, it's basically a wrapper around the plumbum module. Let's rename it to camayoc.command to avoid mixing with the idea of CLI as in qpc/dsc CLI tests.

The main class Client was renamed to Command.

codecov[bot] commented 1 year ago

Codecov Report

Merging #405 (c5a0420) into master (a42c126) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #405   +/-   ##
=======================================
  Coverage   80.73%   80.73%           
=======================================
  Files           5        5           
  Lines         244      244           
=======================================
  Hits          197      197           
  Misses         47       47           
Impacted Files Coverage Δ
camayoc/exceptions.py 93.75% <ø> (ø)
camayoc/command.py 90.24% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more