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 Credentials API tests ported to backend unit tests #478

Closed mirekdlugosz closed 8 months ago

mirekdlugosz commented 8 months ago

All of Credentials API tests has been ported to backend unit tests in https://github.com/quipucords/quipucords/pull/2474 . To avoid duplication, let's remove them from here.

Of course this should be merged only after backend PR has been merged.

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (b747590) 77.07% compared to head (e6a2d4d) 77.07%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #478 +/- ## ======================================= 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.