[TIP] Query on Testify

John Wong gokoproject at gmail.com
Mon Jun 24 11:43:32 PDT 2013


Do you have any particular use case? Based on ur quick description I think
you are still okay using unittest module and just subclass / build
wrappers/functions.

I try to stay with most popular tools because you can't always get supports
from other vendors.

John


On Mon, Jun 24, 2013 at 11:13 AM, Sean Fisk <sean at seanfisk.com> wrote:

> 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
>
> _______________________________________________
> testing-in-python mailing list
> testing-in-python at lists.idyll.org
> http://lists.idyll.org/listinfo/testing-in-python
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.idyll.org/pipermail/testing-in-python/attachments/20130624/3b153956/attachment.htm>


More information about the testing-in-python mailing list