If you talking to developers, tell them how can they improve Python testing...we could have some record testing that I wish it was built, like vcr.py [1] (Just a proof-of-concept from Ruby)<div><br><div>[1] <a href="https://github.com/kevin1024/vcrpy" target="_blank">https://github.com/kevin1024/vcrpy</a></div>


<div><br clear="all"><font size="3"><span style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:13px"><table border="0" cellspacing="4" cellpadding="0" width="340"><tbody><tr><td colspan="2" style="font-family:Verdanda;font-size:small">


<span style="font-family:Verdana;font-size:small"><strong><font color="#3333ff">--<br><br>Gabriel Pugliese</font></strong></span></td></tr><tr><td colspan="2"><font face="Verdana"><span style="font-size:xx-small"><a href="tel:%2B55%2011%209-9374-2720" value="+5511993742720" target="_blank">+55 11 9-9374-2720</a><br>


<font color="#339999"><a href="http://www.blogcloud.com.br" target="_blank">http://www.blogcloud.com.br</a></font></span></font></td></tr></tbody></table></span></font><div></div><div><span style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:13px"></span></div>


<br>
<br><br><div class="gmail_quote">On Tue, Oct 2, 2012 at 1:33 PM, Hugo Lopes Tavares <span dir="ltr">&lt;<a href="mailto:hltbra@gmail.com" target="_blank">hltbra@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


Hey Andrea,<br>
<br>
I don&#39;t see you mentioning tests as regression tests. It is very<br>
important. You can use as an example someone new coming to the team.<br>
That people is not used to the codebase, and without tests, he can<br>
break stuff without even noticing.<br>
<br>
And tests as documentation is very worth mentioning too, because it is<br>
very useful to see how code works reading tests. You can see the<br>
corner cases and lots of scenarios you may even not know about.<br>
<br>
Congratz for the talk.<br>
<div><div><br>
On Tue, Oct 2, 2012 at 11:33 AM, andrea crotti<br>
&lt;<a href="mailto:andrea.crotti.0@gmail.com" target="_blank">andrea.crotti.0@gmail.com</a>&gt; wrote:<br>
&gt; 2012/10/2 Jonathan Hartley &lt;<a href="mailto:tartley@tartley.com" target="_blank">tartley@tartley.com</a>&gt;:<br>
&gt;&gt; On 02/10/2012 14:16, Jonathan Hartley wrote:<br>
&gt;&gt;<br>
&gt;&gt; I think I answered my own question: I was mentally comparing the situation<br>
&gt;&gt; *with* tests for Python versus for other languages. I should have been<br>
&gt;&gt; comparing the situations *without* tests. An alien mindset. Thanks for being<br>
&gt;&gt; my sounding-board.<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; Yes that&#39;s the point..  In other languages you&#39;re in serious trouble<br>
&gt; if you don&#39;t test properly, in Python you&#39;re simply doomed ;)<br>
&gt;<br>
&gt; But on the other hand we have things like mock that more static<br>
&gt; languages don&#39;t have, so there are pros and cons..<br>
&gt;<br>
&gt; Another thing which people often say is &quot;well it&#39;s just a small script<br>
&gt; I don&#39;t need tests&quot;, and then 3 months later is 5000 lines of<br>
&gt; monstruosity used in production.<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; testing-in-python mailing list<br>
&gt; <a href="mailto:testing-in-python@lists.idyll.org" target="_blank">testing-in-python@lists.idyll.org</a><br>
&gt; <a href="http://lists.idyll.org/listinfo/testing-in-python" target="_blank">http://lists.idyll.org/listinfo/testing-in-python</a><br>
<br>
_______________________________________________<br>
testing-in-python mailing list<br>
<a href="mailto:testing-in-python@lists.idyll.org" target="_blank">testing-in-python@lists.idyll.org</a><br>
<a href="http://lists.idyll.org/listinfo/testing-in-python" target="_blank">http://lists.idyll.org/listinfo/testing-in-python</a><br>
</div></div></blockquote></div><br></div></div>