Converting Django Tests to Use Factory Boy

I heard about Factory Boy this last summer at a Django meetup in LA and figured I’d give it a shot. I ended up using it on a small project and intending to write a post back then, but I got distracted and never finished the project. I’ve been working on another Django site the past month or two and decided today would be a good day to convert all of my partner’s code into using Factory Boy. First off, Factory Boy is a tool for generating data in tests. Pretty much any project you have is going to need … Continue reading Converting Django Tests to Use Factory Boy