Hah. So here’s something of a Nose gotcha that caught me out the other day, and hopefully you won’t make the same mistake as me! In case you don’t know what I’m talking about, Nose is a neat Python test discovery and runner. Essentially you can point it at your Python source code and it… [Continued]
As part of any project we undertake, we usually like to work in a particular style. Now, ultimately we want to follow a process that our clients enjoy, that allows us to finish projects within a well-defined and predictable time-scale, and that allows clients to launch products earlier rather than later to give best return… [Continued]