mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-04 11:18:58 -05:00
- Add four-tier testing architecture (inline, module, integration, system) - Implement comprehensive inline testing for Tensor, Activations, Layers, Networks modules - Create mock-based module testing approach to avoid dependency cascade - Add integration and system test directory structure - Update testing documentation with design principles and guidelines - Enhance educational testing with visual feedback and real ML scenarios - Total: 2,200+ lines of comprehensive testing across modules
6 lines
149 B
Python
6 lines
149 B
Python
"""
|
|
System tests for TinyTorch.
|
|
|
|
These tests verify system-level properties like performance,
|
|
scalability, robustness, and production readiness.
|
|
""" |