Skip to content

Commit

Permalink
Use python scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc123 committed May 2, 2020
1 parent a9ce9a3 commit 9882b70
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion packaging/torchaudio/run_test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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_batch_consistency.py
python test_compliance_kaldi.py
python test_dataloader.py
python test_datasets.py
python test_functional.py
python test_io.py
python test_kaldi_compatibility.py
python test_kaldi_io.py
python test_librosa_compatibility.py
python test_models.py
python test_sox_compatibility.py
python test_sox_effects.py
python test_torchscript_consistency.py
python test_transforms.py

if errorlevel 1 exit /b 1

0 comments on commit 9882b70

Please sign in to comment.