4 ms·
Yes there are certain libraries that can handle this. Essentially asserting that functions documented are valid / return the proper results. See https://docs.p
by Spasnof 2y ago
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-doctest https://docs.python.org/3/library/doctest.html#module-doctes... as an example.