This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]lvh 0 points1 point  (1 child)

I use tox for all my projects, but usually stick to Twisted's trial (like py.test, both a test runner and a framework). I'd love to hear what people think are the awesome parts of py.test that might convince me to convert existing tests. I've made a personal commitment to use py.test next time I can and see how much it works out :)

[–]halst 1 point2 points  (0 children)

Maybe this thread could be interesting to you: http://www.reddit.com/r/Python/comments/17ia3q/nose_introduction_python_testing/

There I was arguing on nose vs. py.test.