views:

61

answers:

1

I've some hard time understanding Integration testing in general, I want to do some integration testing in python expecially for network programming in twisted (but I want to know something more in general).

There are any good resource I must read, and tools (python tools if possible), practices that introduces me in integration testing?

+2  A: 

The recent Pycon had many talks on testing. All of the videos are available on Vimeo and the slides can be downloaded.: http://us.pycon.org/2010/conference/talks/?filter=testing

Specifically, I recommend the talk by Ned Batchelder. The other ones are probably good too. (altho' I haven't seen them)

Lakshman Prasad
I found the ned batchelder talk really useful for my purposes! Thanks!
pygabriel