Blogspot - konryd.blogspot.com - Most recent call
General Information:
Latest News:
Introduction to Selenium for Python programmers 20 Jan 2011 | 02:10 am
Selenium is an application that automates web browsers, helping you test your web application from a user perspective, in an automated manner. These properties make Selenium tests a perfect fit for va...
Introduction to Selenium for Python programmers 19 Jan 2011 | 09:10 pm
Selenium is an application that automates web browsers, helping you test your web application from a user perspective, in an automated manner. These properties make Selenium tests a perfect fit for va...
Optimizing fabfiles 16 Jan 2011 | 08:18 am
I really like my deploys to be as fast as possible. Unfortunately, the RTT between my and my server makes this quite hard. Today, I came up with a simple optimisation, that lets you make your fabric c...
Optimizing fabfiles 16 Jan 2011 | 03:18 am
I really like my deploys to be as fast as possible. Unfortunately, the RTT between my and my server makes this quite hard. Today, I came up with a simple optimisation, that lets you make your fabric c...
Customising Django's uniqueness validation message 10 Jan 2011 | 01:47 pm
In case you've been wondering: you need to override the unique_error_message method on your model. The unique_check argument is a tuple containing field names that are supposed to be unique together (...
Issues with Django and MySQL on Mac OS X 4 Jan 2011 | 10:26 am
Today, I spent more time than planned setting up a Django installation with MySQL database backend. Below are the problems I encountered and the ways how I dealt with them. mysql_config I'm using wha...
Issues with Django and MySQL on Mac OS X 4 Jan 2011 | 05:26 am
Today, I spent more time than planned setting up a Django installation with MySQL database backend. Below are the problems I encountered and the ways how I dealt with them. mysql_config I'm using wha...
Mocking empty collections with FalseMock 21 Dec 2010 | 04:54 am
A friend of mine described to me a PITA he had with mock - it doesn't play well with a common Python idiom: What he expected as default behaviour was for the mock to be iteratable as an empty collect...
Mocking empty collections with FalseMock 20 Dec 2010 | 11:54 pm
A friend of mine described to me a PITA he had with mock - it doesn't play well with a common Python idiom: What he expected as default behaviour was for the mock to be iteratable as an empty collect...
Distutils2 Summer of Code 17 Aug 2010 | 06:02 am
This summer, I took part in Google Summer of Code project as a student. I worked on distutils2 project implementing new commands and improving the existing ones. In poarticular, my tasks were: to imp...