DocTest¶
https://docs.python.org/3/library/doctest.html
Test examples in doc.
Searches for pieces of text that look like interactive Python sessions, and then executes those sessions to verify that they work exactly as shown.
https://docs.python.org/3/library/doctest.html
Test examples in doc.
Searches for pieces of text that look like interactive Python sessions, and then executes those sessions to verify that they work exactly as shown.