Closed mikemorency closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 27.34%. Comparing base (
013afa4
) to head (26c8bf2
). Report is 24 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
SUMMARY
Testing functools caches to see if tests are executed faster. If it works it should cache the result of the certain functions, like the ones we use to authenticate to vcenter Based on https://docs.python.org/3/library/functools.html#functools.lru_cache
Related to https://forum.ansible.com/t/10551