On Sat, Oct 2, 2010 at 1:59 PM, Javier Andalia wrote:
> Andres,
>
> On Sat, Oct 2, 2010 at 8:49 AM, Andres Riancho
> wrote:
>> One more question: some minor pieces of w3af code have doc-tests, do you
>> guys know if there is a way to integrate pyunit with doctests?
>
> Actually by using 'nose' [
Andres,
On Sat, Oct 2, 2010 at 8:49 AM, Andres Riancho wrote:
> One more question: some minor pieces of w3af code have doc-tests, do you
> guys know if there is a way to integrate pyunit with doctests?
Actually by using 'nose' [1] as test runner we'll be able to run tests
written in pyunit (pyth
Samstag, den 2. Oktober 2010, 13:49:50 Uhr
Betreff: Re: [W3af-develop] Unit test framework for w3af
One more question: some minor pieces of w3af code have doc-tests, do you guys
know if there is a way to integrate pyunit with doctests?
Regards,
--
Andres Riancho
El oct 2, 2010 8:10 a.m., "
One more question: some minor pieces of w3af code have doc-tests, do you
guys know if there is a way to integrate pyunit with doctests?
Regards,
--
Andres Riancho
El oct 2, 2010 8:10 a.m., "Floyd Fuh" escribió:
Andres,
>> For unit testing, PyUnit (http://pyunit.sourceforge.net/) is the obviou
Andres,
>> For unit testing, PyUnit (http://pyunit.sourceforge.net/) is the obvious
>> choice for Python.
>
>Cool, it seemed like that to Javier and I too, but we needed the
>community confirmation :)
I think we all agree on PyUnit :) . With PyUnit we may be already able
to get 50% to 70% cod
Gene,
On Fri, Oct 1, 2010 at 1:31 PM, Gene Gotimer wrote:
> For unit testing, PyUnit (http://pyunit.sourceforge.net/) is the obvious
> choice for Python.
Cool, it seemed like that to Javier and I too, but we needed the
community confirmation :)
> However, as soon as you start talking http s
For unit testing, PyUnit (http://pyunit.sourceforge.net/) is the obvious
choice for Python.
However, as soon as you start talking http server (or any server), by
definition you aren't dealing with unit tests anymore.
For integration and functional testing, most of the frameworks rely on
driving a