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