Skip to content

Testing Strategies — Video Resources

← Back to Concept

Best Single Video

How To Write Unit Tests For Existing Python Code (Part 1) by ArjanCodes (~25 min) Why: Shows the real-world challenge of adding tests to code that was not designed for testing. Covers mocking, patching, and writing tests without modifying the original implementation. Practical, not theoretical, and immediately applicable to your own projects.

Alternatives

Deep Dives

  • Python API Development - Comprehensive Course for Beginners by freeCodeCamp / Sanjeev Thiyagarajan (~19 hrs) — Includes a substantial section on testing with pytest in a real application context: fixtures, parametrize, database testing, and CI/CD integration. Watch the testing chapters (around hour 14-17) for an advanced, production-oriented approach.

Last verified: February 2026