Different testing libraries for the Unit Tests tool

It would be nice if you could change the testing library from unittest to a different testing library

It would allow for easier setup for user tests, eliminate the need to learn unittest if the user knows another testing package,

I was trying to implement tests using the unit test tool, but only knew pytest, and couldn’t change unittest to pytest

What if you used pytest in your code and not setup unittest at all?