Description
There is a need to improve documentation and provide examples to facilitate library adoption.
The use of doctest is recommended, doctest is first documentation and then a test. Its goal is not to replace testing, but to provide up-to-date documentation. You can read more about doctests in the ExUnit.DocTest documentation.
To know more:
Description
There is a need to improve documentation and provide examples to facilitate library adoption.
The use of
doctestis recommended,doctestis first documentation and then a test. Its goal is not to replace testing, but to provide up-to-date documentation. You can read more about doctests in theExUnit.DocTestdocumentation.To know more: