Files
TinyTorch/tests
Vijay Janapa Reddi 3368d7dea4 fix: resolve external test failure in setup module function signatures
🔧 Problem: Test was failing because it expected 'Dict[str, str]' but got 'typing.Dict[str, str]'
 Solution: Updated test to accept both string representations of type annotations
📊 Impact: Setup module external tests now pass 31/31 (was 30/31)

The test now properly validates function signatures regardless of how typing
imports are represented in different Python environments.
2025-07-13 21:57:00 -04:00
..