Unverified Commit e01724c4 authored by Jcaw's avatar Jcaw Committed by GitHub
Browse files

Fix path to sox_effects tests in docs (#1110)

parent 3cd5eed6
...@@ -10,9 +10,9 @@ pytest test --collect-only ...@@ -10,9 +10,9 @@ pytest test --collect-only
# Run all the test suites # Run all the test suites
pytest test pytest test
# Run tests on sox_effects module # Run tests on sox_effects module
pytest test/sox_effect pytest test/torchaudio_unittest/sox_effect
# use -k to apply filter # use -k to apply filter
pytest test/sox_io_backend -k load # only runs tests where their names contain load pytest test/torchaudio_unittest/sox_io_backend -k load # only runs tests where their names contain load
# Some other useful options; # Some other useful options;
# Stop on the first failure -x # Stop on the first failure -x
# Run failure fast --ff # Run failure fast --ff
...@@ -51,7 +51,7 @@ The following test modules are defined for corresponding `torchaudio` module/fun ...@@ -51,7 +51,7 @@ The following test modules are defined for corresponding `torchaudio` module/fun
- [`torchaudio.transforms`](./transforms_test.py) - [`torchaudio.transforms`](./transforms_test.py)
- [`torchaudio.compliance.kaldi`](./compliance_kaldi_test.py) - [`torchaudio.compliance.kaldi`](./compliance_kaldi_test.py)
- [`torchaudio.kaldi_io`](./kaldi_io_test.py) - [`torchaudio.kaldi_io`](./kaldi_io_test.py)
- [`torchaudio.sox_effects`](test/sox_effects) - [`torchaudio.sox_effects`](./sox_effect)
- [`torchaudio.save`, `torchaudio.load`, `torchaudio.info`](./io_test.py) - [`torchaudio.save`, `torchaudio.load`, `torchaudio.info`](./io_test.py)
### Test modules that do not fall into the above categories ### Test modules that do not fall into the above categories
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment