Re: [Shinken-devel] doctests

2012-08-27 Thread nap
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

Re: [Shinken-devel] doctests

2012-08-23 Thread Hartmut Goebel
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 |

[Shinken-devel] doctests

2012-08-22 Thread Francois Mikus
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