mlx/python/tests/__main__.py

6 lines
81 B
Python
Raw Permalink Normal View History

from . import mlx_tests
__unittest = True
mlx_tests.MLXTestRunner(module=None)