Comment on Docs as code (2017)parentComments−Spasnof2yYes there are certain libraries that can handle this. Essentially asserting that functions documented are valid / return the proper results.See https://docs.python.org/3/library/doctest.html#module-doctes... as an example.
Comments
Yes there are certain libraries that can handle this. Essentially asserting that functions documented are valid / return the proper results.
See https://docs.python.org/3/library/doctest.html#module-doctes... as an example.