Tags
- android
- art
- beauty
- bible
- blogging
- brisbane
- christianity
- community
- dancing
- design
- development
- framework
- free
- God
- ideas
- javascript
- laptop
- life
- mercurial
- music
- musings
- people
- physics
- politics
- programming
- programming languages
- public transport
- pyconau
- pygame
- python
- refactoring
- scripting
- software
- story
- testing
- tips
- tools
- trosnoth
- troubleshooting
- twisted
- ubuntu
- web
- window manager
- wireless
Links
Archives
- July 2023
- March 2022
- April 2020
- April 2019
- March 2019
- January 2019
- November 2018
- October 2018
- September 2018
- April 2016
- September 2015
- August 2014
- April 2014
- February 2014
- January 2014
- August 2013
- July 2013
- June 2013
- May 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- September 2012
- August 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- November 2011
- October 2011
- April 2011
- March 2011
- February 2011
- January 2011
- November 2010
- October 2010
- July 2010
- June 2010
- May 2010
- April 2010
Author Archives: J. D. Bartlett
That Test Framework
A few weeks ago I dreamt about a unit testing framework for Python. Well, I’ve put together a proof-of-concept prototype. What you can do with it: Set up tests and nested test suites Provide per-suite or per-test setup and teardown … Continue reading
Python Unit Testing
I’ve had to write and maintain Python unit tests both for work and for Trosnoth. I’ve played around with py.test and nose, and have done a tiny bit with trial (for twisted). As a result I’ve come up with the … Continue reading
Behold, My Long Silence is Now Broken
Due to the extended Blogetery.com outage my blogging was interrupted and now it’s taken me a while to get back into it. A few things to note: Now that my blog’s been restored, the formatting of old articles is terrible. … Continue reading
Posted in short
Tagged blogging, formatting, linode
Comments Off on Behold, My Long Silence is Now Broken
Talking Back to Mum
The Aim While doing some programming on the HATE terminal emulator, I came across an interesting idea: I wanted to be able to type a command into bash (from within HATE), that would leave the current bash session running, but … Continue reading