CC Open Source Blog

Wait, they test web apps now?

gravatar

by frank on 2008-06-10

Greetings all. I'm Frank and I'm the other tech intern at CC for 2008. I mainly focus on writing Python, though I'm comfortable with Java and I'll deal with C when sufficiently coerced.

For my first task, I'll be improving the test suite for the web service API. Currently it runs on CherryPy and the test suite is brittle and somewhat broken. I'll be porting the tests over to Python Paste, getting them all to pass, and checking code coverage to see where more tests would be beneficial (testing is fun after all). The overarching goal is to get the API running on Pylons so CC has fewer server stacks to maintain.