aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/tests/test_patch_targets_are_live.py
Commit message (Collapse)AuthorAgeFilesLines
* test(node): a patched module attribute must be read where it is patchedChristophe Besson29 hours1-0/+118
A function reads its globals from the module that defines it, so patching a name a module only re-exports changes nothing and the test passes anyway. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>