Commit 6315c3b
Refactor test to use inline code instead of create_module
As suggested by @DouweM, the test now defines classes directly inline
instead of using the create_module helper with a string, since we're
not dynamically generating code.
Note: The snapshot changed because inline classes have their function
scope in the qualified name, resulting in a longer sanitized tool name.
This still correctly tests bracket sanitization.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent f16acbc commit 6315c3b
1 file changed
+18
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
636 | 636 | | |
637 | 637 | | |
638 | 638 | | |
639 | | - | |
| 639 | + | |
640 | 640 | | |
641 | | - | |
642 | | - | |
643 | | - | |
| 641 | + | |
644 | 642 | | |
645 | | - | |
| 643 | + | |
646 | 644 | | |
647 | | - | |
648 | | - | |
649 | | - | |
650 | | - | |
| 645 | + | |
| 646 | + | |
651 | 647 | | |
652 | | - | |
653 | | - | |
| 648 | + | |
| 649 | + | |
654 | 650 | | |
655 | | - | |
656 | | - | |
657 | | - | |
| 651 | + | |
| 652 | + | |
658 | 653 | | |
659 | | - | |
| 654 | + | |
| 655 | + | |
660 | 656 | | |
661 | 657 | | |
662 | | - | |
| 658 | + | |
663 | 659 | | |
664 | 660 | | |
665 | 661 | | |
| |||
668 | 664 | | |
669 | 665 | | |
670 | 666 | | |
671 | | - | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
672 | 673 | | |
673 | 674 | | |
674 | 675 | | |
| |||
0 commit comments