mattharrison / IllustratedPy3

Notes and issues for Illustrated Guide to Python 3
13 stars 5 forks source link

26.11 Testing #300

Closed mclaughlin closed 7 years ago

mclaughlin commented 7 years ago

In addition, Python includes a library, doctest, that allows testing and validation of Python REPL snippets.      Another nice feature of doctest is validation of documentation.

These two sentences seem redundant, especially if the primary purpose of "Python REPL snippets" within docstrings is "documentation."

mattharrison commented 7 years ago

Oct 2