[TIP] Query on Testify

Sean Fisk sean at seanfisk.com
Mon Jun 24 11:13:42 PDT 2013


Hi Mani,

I've never used Testify, but the most popular unit testing frameworks in
Python are pytest <http://pytest.org/latest/>,
nose<https://nose.readthedocs.org/en/latest/>,
and the standard library's
unittest<http://docs.python.org/library/unittest.html>
.

I personally use pytest, which has the best documentation of any project
I've ever seen.

- Sean

On Mon, Jun 24, 2013 at 11:49 AM, mani kandan <majafriend at gmail.com> wrote:

> Hi all,
>
> 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 https://github.com/Yelp/Testify/wiki is
> very minimal. I am looking for some more examples and uses. Can anyone me
> point me on same.
>
> Thanks,
>      G.MANIKANDAN
>
> _______________________________________________
> testing-in-python mailing list
> testing-in-python at lists.idyll.org
> http://lists.idyll.org/listinfo/testing-in-python
>
>


-- 
Sean Fisk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.idyll.org/pipermail/testing-in-python/attachments/20130624/463c312d/attachment.htm>


More information about the testing-in-python mailing list