Re: [BangPypers] Agile development in Python

2008-02-25 Thread Prashanth Ellina
I found a README in /usr/lib/python2.5/test. Quite useful. Thanks. On Tue, Feb 26, 2008 at 10:39 AM, S.Ramaswamy <[EMAIL PROTECTED]> wrote: > > Is there a simple python project with unit tests written available online? > > > > Any standard Python installation itself contains a number of tests >

Re: [BangPypers] Agile development in Python

2008-02-25 Thread S.Ramaswamy
> Is there a simple python project with unit tests written available online? > Any standard Python installation itself contains a number of tests that use the unittest module. You might want to take a look at those - there's usually a "test" directory which contains the tests. Ramaswamy _

Re: [BangPypers] Agile development in Python

2008-02-25 Thread Prashanth Ellina
Is there a simple python project with unit tests written available online? On Tue, Feb 26, 2008 at 9:19 AM, Ramdas S <[EMAIL PROTECTED]> wrote: > Doc Tests are perfect for most occasions. But well written Unit tests are > perhaps the right way to do Agile programming ( if you go by the book). > >

Re: [BangPypers] Agile development in Python

2008-02-25 Thread Ramdas S
Doc Tests are perfect for most occasions. But well written Unit tests are perhaps the right way to do Agile programming ( if you go by the book). On Tue, Feb 26, 2008 at 8:25 AM, Prashanth Ellina <[EMAIL PROTECTED]> wrote: > Hi Siddharta, > > Thanks for the info. I was leaning towards using do

Re: [BangPypers] Agile development in Python

2008-02-25 Thread Prashanth Ellina
Hi Siddharta, Thanks for the info. I was leaning towards using doctests to start with (the seem less imposing for a testing novice like me). I was however unsure about using them until you mentioned them. I will start with these and try unitest later. regards, Prashanth On Tue, Feb 26, 2008 at 7

Re: [BangPypers] Agile development in Python

2008-02-25 Thread Siddharta
Hi Prashanth, I do agile development in Python. I use the unittest module for testing. Some prefer doctest. It depends on which style of testing you prefer. Django has a testing framework around unittest that I use for Django projects. For end to end testing, I use Selenium with the python int

Re: [BangPypers] Agile development in Python

2008-02-25 Thread Darkseid
Oh OK, sure, I see what you mean; makes sense. As for some real advice, I'll leave that to those who know more about Python than I do. Prashanth Ellina wrote: > I agree. However I am asking about Agile development methodology > applied to Python projects. I am looking for advise along these lines

Re: [BangPypers] Agile development in Python

2008-02-24 Thread Prashanth Ellina
I agree. However I am asking about Agile development methodology applied to Python projects. I am looking for advise along these lines Use blah blah module to do testing. Use doctests in these cases. Use blah in some other scenario. I could learn Agile methodology in general and apply it for pyth

Re: [BangPypers] Agile development in Python

2008-02-24 Thread Darkseid
Prashanth, Agile development has little to do with a particular language - in fact if it seems like you need a particular language or tool to implement it then something is wrong somewhere. My 2 paise based on three years of Agile development on multiple languages :) Best, Sidu. http://blog.s

[BangPypers] Agile development in Python

2008-02-24 Thread Prashanth Ellina
Hi, I want to learn more about agile development in python. I've done some reading on the net. However, I would like to meet someone who is doing agile development in python. Anyone? Thanks, Prashanth -- http://blog.prashanthellina.com ___ BangPypers