I know that one can run the tests written for unittest directly by pytest. But I want to rewrite them to make use of all that pytest has to offer. So, I would like to know
- How to go about doing it manually?
- If there is an automated tool which can do or at least partially do it.