Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
Python documentation
(Uncensored)
subscribe
doctest — Test interactive Python examples — Python 3.13.2 documentation
https://docs.python.org/3/library/doctest.html
links
backlinks
Source code: Lib/doctest.py The doctest module searches for pieces of text that look like interactive Python sessions, and then executes those sessions to verify that they work exactly as shown. Th...