[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
doctest 0.4.0 released
From: |
Carnë Draug |
Subject: |
doctest 0.4.0 released |
Date: |
Wed, 8 Jul 2015 23:32:43 +0100 |
Hi everyone
the first release of the doctest package as an Octave Forge package is
out [1], version 0.4.0, by Colin B. Macdonald, and Michael Walter.
The Octave-Forge Doctest package finds specially-formatted blocks of example
code within documentation files. It then executes the code and confirms the
output is correct. This can be useful as part of a testing framework or
simply to ensure that documentation stays up-to-date during software
development.
If you have used Python's doctest module [2], then you already have an idea
of what it does.
Enjoy Octave responsibly,
Carnë
[1] http://octave.sourceforge.net/doctest/
[2] https://docs.python.org/2/library/doctest.html
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- doctest 0.4.0 released,
Carnë Draug <=