Files
TinyTorch/tests/__init__.py
2025-07-10 11:13:45 -04:00

7 lines
191 B
Python

"""
Tests for TinyTorch.
All tests target the exported Python code in the tinytorch package,
not the notebook code directly. This ensures we test the actual
package that students build.
"""