Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
e01724c4
Unverified
Commit
e01724c4
authored
Dec 19, 2020
by
Jcaw
Committed by
GitHub
Dec 19, 2020
Browse files
Fix path to sox_effects tests in docs (#1110)
parent
3cd5eed6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
test/torchaudio_unittest/README.md
test/torchaudio_unittest/README.md
+3
-3
No files found.
test/torchaudio_unittest/README.md
View file @
e01724c4
...
@@ -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_effect
s
)
-
[
`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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment