Python Pytest vs Unittest

# They both have pros and cons. To me, pytest is a simpler framework.
# https://docs.pytest.org/en/7.1.x/how-to/unittest.html has more information.
CompSciGeek