Print test times for pytest in verbose mode (#98028)
Adds test time like
```
e.py::test1 PASSED [0.0001s] [ 33%]
e.py::test2 PASSED [1.0075s] [ 66%]
e.py::test3 PASSED [0.0002s] [100%]
```
but they also get colored
Pull Request resolved: https://github.com/pytorch/pytorch/pull/98028
Approved by: https://github.com/huydhn