twill + rails

Tuesday, March 25th, 2008 Posted in programming | No Comments »

My company has an increasingly large stable of web applications. The biggest one is written in PHP (currently being rewritten in python), but in the last year or so we've come to rely more heavily on frameworks, mostly Django and ...

generators != lists (?)

Tuesday, March 25th, 2008 Posted in programming | 4 Comments »

My never-ending quest to write automated tests for web applications mostly involves twill tests, run with nose. Because I am muddling through this more or less on my own, I rely very heavily on documentation and examples, most of which ...