Python Unit Testing: Testing Python Code Using doctest
Skillsoft issued completion badges are earned based on viewing the percentage required or receiving a passing score when assessment is required. The doctest module allows the definition of simple python tests within the docstrings in your source code. Discover the different ways in which doctests can be defined within your source code, and in your source documentation.