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

Follow up #503 - remove dead code #516

Closed mirekdlugosz closed 4 months ago

mirekdlugosz commented 4 months ago

This mostly removes code left around after PR #503 , but also some older code in edited files that is not used any longer.

wait_until_state function is moved to camayoc/tests/qpc/utils.py, as it would be the only function left in file.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 78.13%. Comparing base (3cfbc3d) to head (1955e2c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #516 +/- ## ========================================== + Coverage 76.75% 78.13% +1.38% ========================================== Files 7 7 Lines 697 677 -20 ========================================== - Hits 535 529 -6 + Misses 162 148 -14 ```

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