On Thu, Aug 23, 2012 at 9:37 PM, Hartmut Goebel <
h.goe...@crazy-compilers.com> wrote:
> Am 22.08.2012 15:44, schrieb Francois Mikus:
> > This may not be feasible because we already have a large test library in
> > /test.
>
> Doctests could provide an additional way for testing. If you find
> plac
Am 22.08.2012 15:44, schrieb Francois Mikus:
> This may not be feasible because we already have a large test library in
> /test.
Doctests could provide an additional way for testing. If you find
places, where doctests are useful, go ahead!
--
Regards
Hartmut Goebel
| Hartmut Goebel |
Hello,
Any interest in including doctests in the docstring.
This would make it more probable that actual tests get maintained and
tested.
unittests can incorporate the use of doctests in the test runs.
This may not be feasible because we already have a large test library in
/test.
What do y