-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance test coverage for NoCache decorator
- Added tests for synchronous and asynchronous functions using the NoCache decorator, ensuring correct behavior without parentheses. - Introduced tests for instance methods in both synchronous and asynchronous contexts, verifying that caching works independently for different instances. - Implemented a test for the ignore parameter functionality, confirming that the cache is bypassed as expected. These improvements ensure comprehensive coverage of the NoCache functionality and validate its behavior in various scenarios.
- Loading branch information
1 parent
2f35aa9
commit 69bcf6b
Showing
1 changed file
with
90 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters