mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-03 03:35:52 -05:00
- Replace manual testing with pytest test classes and assertions - Add comprehensive test coverage: - Function execution without errors - Correct output content validation - ASCII art file existence and content checks - Error handling and fallback behavior - Missing file graceful handling - Update README with pytest testing instructions - Make testing consistent with other TinyTorch modules - All 5 tests passing with proper pytest integration