Skip to content

Conversation

Sonal-27
Copy link

@Sonal-27 Sonal-27 commented Aug 1, 2025

Description of changes:

  • Add integration tests for decorator, config and cache hook functionalities

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@Sonal-27 Sonal-27 requested a review from a team as a code owner August 1, 2025 15:12
Copy link

codecov bot commented Aug 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.14%. Comparing base (83badd1) to head (b01dec2).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #61   +/-   ##
=======================================
  Coverage   98.14%   98.14%           
=======================================
  Files           8        8           
  Lines         270      270           
=======================================
  Hits          265      265           
  Misses          5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.


def put(self, obj):
self.put_calls += 1
# Return modified copy without mutating original
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the idea behind this?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To keep track of how many times secrets are stored in the cache.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, but we're not making any assertions on this information. I'm not seeing this providing value in the test run.

@Sonal-27 Sonal-27 added the python Pull requests that update Python code label Aug 8, 2025

def put(self, obj):
self.put_calls += 1
# Return modified copy without mutating original
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, but we're not making any assertions on this information. I'm not seeing this providing value in the test run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants