<div>Hi Mani,</div><div><br></div>I&#39;ve never used Testify, but the most popular unit testing frameworks in Python are <a href="http://pytest.org/latest/">pytest</a>, <a href="https://nose.readthedocs.org/en/latest/">nose</a>, and the standard library&#39;s <a href="http://docs.python.org/library/unittest.html">unittest</a>.<div>

<br></div><div>I personally use pytest, which has the best documentation of any project I&#39;ve ever seen.</div><div><br></div><div>- Sean<br><br><div class="gmail_quote">On Mon, Jun 24, 2013 at 11:49 AM, mani kandan <span dir="ltr">&lt;<a href="mailto:majafriend@gmail.com" target="_blank">majafriend@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"><div dir="ltr">Hi all,<div><br></div><div>I am newbie to python. Recently I came to know about the mailing list. I am in search of a good python test framework. While doing so, I cam across testify. The wiki provided in <a href="https://github.com/Yelp/Testify/wiki" target="_blank">https://github.com/Yelp/Testify/wiki</a> is very minimal. I am looking for some more examples and uses. Can anyone me point me on same.</div>


<div><br></div><div>Thanks,  <br>     G.MANIKANDAN
</div></div>
<br>_______________________________________________<br>
testing-in-python mailing list<br>
<a href="mailto:testing-in-python@lists.idyll.org">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>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Sean Fisk<br>
</div>