octave-forge-doctest
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.
This is part of Octave-Forge project.
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / octave-forge-doctest
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout science/octave-forge-doctest && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
doctest-0.8.0.tar.gz | 0000033446 32.7 KB | |
octave-forge-doctest.changes | 0000002944 2.88 KB | |
octave-forge-doctest.spec | 0000001862 1.82 KB |
Revision 11 (latest revision is 12)
Atri Bhattacharya (badshah400)
accepted
request 1055818
from
Dirk Mueller (dirkmueller)
(revision 11)
- update to 0.8.0: * Expected error messages can be optionally prefixed with "error: ". * Writing "??? " at the beginning of an error is now deprecated. * Texinfo users can markup errors with `@error{}`. * `doctest myclass` has been refactored with various bugs fixed. * Preliminary support for `doctest classdef.method` on Octave. * Test classdef methods using dotted `classdef.method` while still using `@class/method` on old-style classes. * Functions defined directly in the Octave interpreter can now be tested. * Test suite fixes for Octave 6 and 7. * Source code is encoded with UTF-8, indicated with `.oct-config` files. * Don't doctest some classdef methods twice.
Comments 0