diff --git a/packaging/torchaudio/run_test.bat b/packaging/torchaudio/run_test.bat index d8bfa05a746..a6f4705b618 100644 --- a/packaging/torchaudio/run_test.bat +++ b/packaging/torchaudio/run_test.bat @@ -3,5 +3,20 @@ pip install --no-deps kaldi-io PySoundFile if errorlevel 1 exit /b 1 -pytest . --verbose --maxfail=1000000 +REM pytest . --verbose --maxfail=1000000 +python test\test_batch_consistency.py +python test\test_compliance_kaldi.py +python test\test_dataloader.py +python test\test_datasets.py +python test\test_functional.py +python test\test_io.py +python test\test_kaldi_compatibility.py +python test\test_kaldi_io.py +python test\test_librosa_compatibility.py +python test\test_models.py +python test\test_sox_compatibility.py +python test\test_sox_effects.py +python test\test_torchscript_consistency.py +python test\test_transforms.py + if errorlevel 1 exit /b 1