Week 9 — 14 / 22

Automated Testing: pytest

There is a testing library called unittest built into the Python standard library, but the most commonly used framework is an external library called pytest

https://docs.pytest.org/en/latest/