Re: [W3af-develop] Unit test framework for w3af

2010-10-02 Thread Andres Riancho
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' [

Re: [W3af-develop] Unit test framework for w3af

2010-10-02 Thread Javier Andalia
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

Re: [W3af-develop] Unit test framework for w3af

2010-10-02 Thread Floyd Fuh
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., "

Re: [W3af-develop] Unit test framework for w3af

2010-10-02 Thread Andres Riancho
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

Re: [W3af-develop] Unit test framework for w3af

2010-10-02 Thread Floyd Fuh
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

Re: [W3af-develop] Unit test framework for w3af

2010-10-01 Thread Andres Riancho
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

Re: [W3af-develop] Unit test framework for w3af

2010-10-01 Thread Gene Gotimer
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