.. _session_2_04: ########################### Session 4: Advanced Testing ########################### * Linting * Coverage * unittest * Fixtures * Mocking Reading ======= :ref:`pep8` :ref:`advanced_testing` Supplemental Readings ===================== * `Coverage `_ - `pytest-cov `_ Testing: -------- * `Obey the Testing Goat `_ * `monkey patching `_ * `mock.patch `_ * `The pytest docs `_ - `pytest fixtures `_ - `pytest parametrized testing `_ Exercise ======== :ref:`exercise_mailroom_mocking`