File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ https://docs.pytest.org/ for the detail of how to use `pytest` command.
88For testing, the following packages are needed:
99
1010``` bash
11- pip install typing pytest scipy numpy parametrized
11+ pip install typing pytest scipy numpy parameterized
1212```
1313
1414Make sure to follow the installation instruction in the [ contributing
@@ -40,7 +40,7 @@ We use PyTorch's test utilities instead of `pytest` frameworks when writing test
4040Also, while we recommend using ` pytest ` for * running* the tests, we cannot
4141make ` pytest ` a testing dependency of ` torchaudio ` . As a result, you should
4242not import ` pytest ` or its submodules in the test files; Use the Python
43- ` unittest ` builtin module instead, or the ` parametrized ` package to
43+ ` unittest ` builtin module instead, or the ` parameterized ` package to
4444parametrize tests.
4545
4646## Structure of tests
You can’t perform that action at this time.
0 commit comments