=== JasonO- is now known as JasonO [16:40] When creating an application with quickly ...I get the test folder with example tests. Which software do I need to run the tests and where do I find more information about unit testing with python? [16:45] a follow up on that one...does launchpad have any Jenkins or Hudson running that will automatically run new commits? [17:29] christoffer: it's probably (I don't know ;)) nose or the in python builtin unittest module. Launchpad does not have something like jenkins/hudson, although it might be possible to run the tests while building a deb package for a PPA, I think I saw something like that once... [17:31] https://answers.launchpad.net/launchpad/+question/190701 <- the title of this answer implies you can do that last thing. [17:32] * question [17:35] christoffer: and seems like it's indeed the builtin unittest module: [17:35] http://docs.python.org/2/library/unittest.html <- documentation [17:46] commandoline, thank you. === marco_ is now known as Marco