Updated Running and writing tests (markdown)

Shaz Qadeer
2024-05-15 14:46:56 -07:00
parent 103fb7c559
commit aa4c72c4b9

@ -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.