tag: identifying bugs

  • Creating the official Django Polls app Part 5

    Creating the official Django Polls app Part 5

    Maria D. Campbell

    This is the fifth installment in a series called Creating the official Django Polls app. Continue following this series with this fifth part. I walk through test-driven development in Django, finding and fixing a real bug in Question.recently_published(), and then build out view tests for the polls index and detail pages.

    #fullstack development, #macOS, #fixing bugs, #identifying bugs, #series, #test client, #testing strategies, #tutorial, #unittest