Add CPython test for functools
by guilhermeleobas
·
Feb 06, 2026 at 19:21 UTC
·
scan-fd2e3087d6a729bd
Get this automatically on every PR
Install the Axiomo GitHub App to get Signals as check runs and PR comments on every pull request.
Risk level: High (70%)
Add CPython tests for functools module
test/dynamo/cpython/3_13/test_functools.py contains new test cases
Various test cases related to cache, cmp_to_key were added
dynamo_expected_failures directory contains expected failure tests
Has 0 merged PRs to this repo. unfamiliar with 10 files being modified.
Focus on 1 critical file(s)
test/dynamo/cpython/3_13/test_functools.py
+3427
3427 lines changed; New file; Source code
test/dynamo/cpython/3_13/test_functools.diff
+1761
1761 lines changed; New file
test/dynamo_expected_failures/CPython313-test_functools-TestCacheC.test_cache
+0
New file
test/dynamo_expected_failures/CPython313-test_functools-TestCachePy.test_cache
+0
New file
test/dynamo_expected_failures/CPython313-test_functools-TestCachedProperty.test_cached
+0
New file
test/dynamo_expected_failures/CPython313-test_functools-TestCachedProperty.test_immutable_dict
+0
New file
test/dynamo_expected_failures/CPython313-test_functools-TestCachedProperty.test_object_with_slots
+0
New file
test/dynamo_expected_failures/CPython313-test_functools-TestCachedProperty.test_reuse_different_names
+0
New file
test/dynamo_expected_failures/CPython313-test_functools-TestCachedProperty.test_set_name_not_called
+0
New file
test/dynamo_expected_failures/CPython313-test_functools-TestCmpToKeyC.test_bad_cmp
+0
New file
+90 more files
240
minutes to review
extensive
effort level
none
staleness risk
Schedule dedicated review time; consider pair review
High risk from new contributor - careful review needed
Consider breaking into smaller PRs
Why is security_scan_clean missing? Consider adding this check.
Why is coverage_maintained missing? Consider adding this check.
test/dynamo/cpython/3_13/test_functools.py
Critical file: 3427 lines changed; New file; Source code