A while back I started a Twitter trivia bot as a weekend project. That bot is still up and running on Twitter, you can check it out there!
But today, I thought I’d write about the answer-checking mechanism used by the bot. It was a bit interesting to me because it was the first nontrivial use I had for Django’s unit testing framework. I’m not too keen on unit testing web functionality (something I still have to learn), but this seemed an appropriate first use of a unit test framework for several reasons:
All entries tagged testing.
You can subscribe to an RSS feed of this list.