[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] pygame unittests



Nicholas Dudfield wrote:
Also, I am under the impression people want to stick with unittest. Been
wrong a zillion times before though.

i have not followed the situation recently, have used previously things like py.test and seen that like you told many testing frameworks have come around

doctests are a part of the standard lib already so at least it's gonna be around, is not anymore yet-another-exotic-testing-tool, and has the unique feats that target other areas than the other libs. i guess people use several to complement, even.

may not be best suited for everything, like some internal technical regressions perhaps, but i guess it would not hurt if the pygame apidocs would have them too.. might be even an interesting area to start from, dunno :o

~Toni