Lacking Rhoticity
Sunday, 22 February 2009
OpenStreetMap
›
I tried out OpenStreetMap the other day after reading the recent article about it on LWN . Amazingly it looks pretty complete for the part...
Friday, 16 January 2009
Testing using golden files in Python
›
This is the third post in a series about automated testing in Python (earlier posts: 1 , 2 ). This post is about testing using golden files....
1 comment:
Sunday, 11 January 2009
On ABI and API compatibility
›
If you are going to create a new execution environment, such as a new OS, it can make things simpler if it presents the same interfaces as a...
1 comment:
Sunday, 4 January 2009
What does NaCl mean for Plash?
›
Google's Native Client (NaCl) , announced last month , is an ingenious hack to get around the problem that existing OSes don't provi...
3 comments:
Wednesday, 17 December 2008
Helper for monkey patching in tests
›
Following on from my post on TempDirTestCase , here is another Python test case helper which I introduced at work. Our codebase has quite a...
6 comments:
Wednesday, 26 November 2008
Shell features
›
Here are two features I would like to see in a Unix shell: Timing: The shell should record how long each command takes. It should be abl...
4 comments:
Saturday, 22 November 2008
TempDirTestCase, a Python unittest helper
›
I have seen a lot of unittest-based test cases written in Python that create temporary directories in setUp() and delete them in tearDown()....
‹
›
Home
View web version