diff --git a/Running-and-writing-tests.md b/Running-and-writing-tests.md index fbd21ad..f94a1f8 100644 --- a/Running-and-writing-tests.md +++ b/Running-and-writing-tests.md @@ -51,7 +51,7 @@ Other useful options include: ## Running via `test/run_test.py` -In addition to directly running python test files. PyTorch's [Continuous Integeration](https://github.com/pytorch/pytorch/wiki/Continuous-Integration) and some specialized test cases can be launched via [pytorch/test/run_test.py](https://github.com/pytorch/pytorch/tree/master/test/run_test.py). +In addition to directly running python test files. PyTorch's [Continuous Integration](https://github.com/pytorch/pytorch/wiki/Continuous-Integration) and some specialized test cases can be launched via [pytorch/test/run_test.py](https://github.com/pytorch/pytorch/tree/master/test/run_test.py). It provides some additional features that normally doesn't exist when directly running python test files. For example: 1. Run multiple python test files together via selective run.