[Tutor] Windows Linux Popen
Oscar Benjamin
oscar.j.benjamin at gmail.com
Thu Jun 27 22:24:37 CEST 2013
On 27 June 2013 21:09, Matthew Ngaha <chigga101 at gmail.com> wrote:
> I have 1 last question. The
> exercise was using py.test and i have to say i don't really like it at
> all. Some of it seems really confusing. unittest seems a lot more
> straight forward and clear in detail. Is it ok to ignore the pythonic
> test framework and go with unitest?? or should i stick with py.test as
> it may be better in the long run?
If you prefer unittest then use unittest. I don't consider either of
unittest or py.test to be "pythonic". unittest is the standard library
solution for unit-testing and is widely used so there's no reason not
to use it if it's what you prefer.
Oscar
More information about the Tutor
mailing list