Doc Tests are perfect for most occasions. But well written Unit tests are perhaps the&nbsp; right way to do Agile programming ( if you go by the book).<br><br><br><br><div class="gmail_quote">On Tue, Feb 26, 2008 at 8:25 AM, Prashanth Ellina &lt;<a href="mailto:prashanthellina@gmail.com">prashanthellina@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Siddharta,<br>
<br>
Thanks for the info. I was leaning towards using doctests to start<br>
with (the seem less imposing for a testing novice like me). I was<br>
however unsure about using them until you mentioned them. I will start<br>
with these and try unitest later.<br>
<br>
regards,<br>
Prashanth<br>
<div><div></div><div class="Wj3C7c"><br>
On Tue, Feb 26, 2008 at 7:40 AM, Siddharta &lt;<a href="mailto:siddharta.lists@gmail.com">siddharta.lists@gmail.com</a>&gt; wrote:<br>
&gt; Hi Prashanth,<br>
&gt;<br>
&gt; &nbsp;I do agile development in Python. I use the unittest module for testing.<br>
&gt; &nbsp;Some prefer doctest. It depends on which style of testing you prefer.<br>
&gt; &nbsp;Django has a testing framework around unittest that I use for Django<br>
&gt; &nbsp;projects. For end to end testing, I use Selenium with the python<br>
&gt; &nbsp;interface. Sometimes I use mechanize when I want to test outside of a<br>
&gt; &nbsp;browser. For doing builds, I use my own script. Some people use SCONS,<br>
&gt; &nbsp;but I haven&#39;t used it yet.<br>
&gt;<br>
&gt; &nbsp;Django testing - <a href="http://www.djangoproject.com/documentation/testing/" target="_blank">http://www.djangoproject.com/documentation/testing/</a><br>
&gt; &nbsp;Selenium - <a href="http://selenium.openqa.org/" target="_blank">http://selenium.openqa.org/</a><br>
&gt; &nbsp;mechanize - <a href="http://wwwsearch.sourceforge.net/mechanize/" target="_blank">http://wwwsearch.sourceforge.net/mechanize/</a><br>
&gt; &nbsp;SCONS - <a href="http://www.scons.org/" target="_blank">http://www.scons.org/</a><br>
&gt;<br>
&gt; &nbsp;--<br>
&gt; &nbsp;Siddharta Govindaraj<br>
&gt; &nbsp;<a href="http://siddhi.blogspot.com" target="_blank">http://siddhi.blogspot.com</a><br>
&gt;<br>
&gt;<br>
&gt; &nbsp;Prashanth Ellina wrote:<br>
&gt; &nbsp;&gt; Hi,<br>
&gt; &nbsp;&gt;<br>
&gt; &nbsp;&gt; I want to learn more about agile development in python. I&#39;ve done some<br>
&gt; &nbsp;&gt; reading on the net. However, I would like to meet someone who is doing<br>
&gt; &nbsp;&gt; agile development in python. Anyone?<br>
&gt; &nbsp;&gt;<br>
&gt; &nbsp;&gt; Thanks,<br>
&gt; &nbsp;&gt; Prashanth<br>
&gt; &nbsp;&gt;<br>
&gt; &nbsp;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; &nbsp;BangPypers mailing list<br>
&gt; &nbsp;<a href="mailto:BangPypers@python.org">BangPypers@python.org</a><br>
&gt; &nbsp;<a href="http://mail.python.org/mailman/listinfo/bangpypers" target="_blank">http://mail.python.org/mailman/listinfo/bangpypers</a><br>
&gt;<br>
<br>
<br>
<br>
</div></div><font color="#888888">--<br>
<a href="http://blog.prashanthellina.com" target="_blank">http://blog.prashanthellina.com</a><br>
</font><div><div></div><div class="Wj3C7c">_______________________________________________<br>
BangPypers mailing list<br>
<a href="mailto:BangPypers@python.org">BangPypers@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/bangpypers" target="_blank">http://mail.python.org/mailman/listinfo/bangpypers</a><br>
</div></div></blockquote></div><br>