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

Remove CLI tests ported to qpc unit tests #483

Closed mirekdlugosz closed 7 months ago

mirekdlugosz commented 7 months ago

Turned out we had few tests in Camayoc that checked CLI input validation. They bail out before any requests are sent, so can be safely tested at the unit level.

This should be merged only after https://github.com/quipucords/qpc/pull/314 is merged.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3f17d23) 77.07% compared to head (69209e8) 77.07%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #483 +/- ## ======================================= Coverage 77.07% 77.07% ======================================= Files 4 4 Lines 205 205 ======================================= Hits 158 158 Misses 47 47 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.