This post originated from an RSS feed registered with Ruby Buzz
by Vincent Foley.
Original Post: How to test web software?
Feed Title: Uncentered Mind
Feed URL: https://gnuvince.wordpress.com/feed/?cat=2
Feed Description: I ramble, you call me names, we have fun!
My friend inkedmn recently started writing Pygmalion, a library to use the ma.gnolia social bookmarking service in Python programs.
I want to write unit tests for Pygmalion, but I’m not sure how to go about it. Basically, I’d need to create a dummy account where I would add a few bookmarks and test those. [...]