Start Testing Your Python with doctest&Pagination in Django - a podcast by Real Python

from 2022-05-13T12:00

:: ::

Did you know you can add testing to your Python code while simultaneously documenting it? Using docstrings, you can create examples of how your functions should interact in a Python REPL and test them with the built-in doctest module. This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder's Weekly articles and projects.

Further episodes of The Real Python Podcast

Further podcasts by Real Python

Website of Real Python