[Neuroimaging] advice on choosing a testing library

Satrajit Ghosh satra at mit.edu
Fri Jun 17 12:17:32 EDT 2016


thank you folks.

is there a particular reason why the standard python unittest library is
not being used? it seems from the documentation that the two are quite
similar.

https://docs.python.org/dev/library/unittest.html#basic-example

if everyone is using py.test now, we can start moving towards it.

cheers,

satra

On Fri, Jun 17, 2016 at 10:27 AM, Nate Vack <njvack at wisc.edu> wrote:

> +1 to pytest.
>
> -n
>
> On Fri, Jun 17, 2016 at 9:25 AM Nathaniel Smith <njs at pobox.com> wrote:
>
>> AFAICT, literally everyone uses pytest, so that's what I've been moving
>> to. It's fine.
>> On Jun 17, 2016 06:35, "Satrajit Ghosh" <satra at mit.edu> wrote:
>>
>> hi folks,
>>
>> in nipype and other nipy projects we have used nose forever, but as
>> matthew noted, nose will likely not be maintained in the future. python now
>> has a unittest framework built into the standard library, and a large
>> number of other testing frameworks.
>>
>> https://wiki.python.org/moin/PythonTestingToolsTaxonomy
>>
>> are there suggestions on how one might make the decision on which
>> framework to choose?
>>
>> cheers,
>>
>> satra
>>
>>
>> _______________________________________________
>> Neuroimaging mailing list
>> Neuroimaging at python.org
>> https://mail.python.org/mailman/listinfo/neuroimaging
>>
>> _______________________________________________
>> Neuroimaging mailing list
>> Neuroimaging at python.org
>> https://mail.python.org/mailman/listinfo/neuroimaging
>>
>
> _______________________________________________
> Neuroimaging mailing list
> Neuroimaging at python.org
> https://mail.python.org/mailman/listinfo/neuroimaging
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/neuroimaging/attachments/20160617/82e186ba/attachment.html>


More information about the Neuroimaging mailing list