mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-03 06:14:43 +08:00
add python testing for cuda with ability to skip list of tests (#2295)
This commit is contained in:
5
python/tests/__main__.py
Normal file
5
python/tests/__main__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from . import mlx_tests
|
||||
|
||||
__unittest = True
|
||||
|
||||
mlx_tests.MLXTestRunner(module=None)
|
Reference in New Issue
Block a user