On 11Jun2015 18:55, alan.ga...@btinternet.com <alan.ga...@btinternet.com> wrote:
On 11/06/15 14:25, Michelle Meiduo Wu wrote:
I read some document and found Pytest can be used to write
simpler code compared with using unittest in Python.
Yes, but PyTest (and unittest) are for testing units of Python
code. So they really only apply if your application is written
in Python.
Though if you like the framework, you could write very thin Python wrappers
calling something else, and test them. Might be more trouble thatn it is worth
though.
And in any case you should really have written
all the unit tests long before completing your application.
Ah, the S-word :-)
Cheers,
Cameron Simpson <c...@zip.com.au>
_______________________________________________
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor