Updated Running and writing tests (markdown)

Arun
2024-04-11 18:26:11 +05:30
parent 4c3da5b211
commit 0c8d002311

@ -81,6 +81,7 @@ In addition to unittest and pytest options, PyTorch's test suite also understand
- PYTORCH_TESTING_DEVICE_ONLY_FOR, run tests for ONLY the device types listed here (like 'cpu' and 'cuda')
- PYTORCH_TESTING_DEVICE_EXCEPT_FOR, run tests for all device types EXCEPT FOR the device types listed here
- PYTORCH_TEST_SKIP_NOARCH, if set to 1 this will all noarch tests (default=0)
- PYTORCH_TEST_WITH_DYNAMO, if set to 1 runs regular (eager) pytorch tests with Torchdynamo.
For instance,
```