About

Welcome to Panela, Matt Harrison's take on mostly Open Source, Linux, Python, innovation in those areas, other buzzwords and Dick Proenneke. It comes complete with the illustrations as needed. Note the opinions expressed here are merely my opinions and not the opinions of my employer.

about Matt

Calendar

««Nov 2009»»
SMTWTFS
1234567
8910
11
12
1314
151617
18
192021
22232425262728
2930

Mailing List

My RSS Feeds








Latest tagged entries for 'DOCTEST'



Intro to python testing talk (unittest, doctest, coverage)

2007.11.07 Wed 12:06 P GMT-07
I'm giving an introductory talk on testing tomorrow for Utah Python. I'm planning to cover unittest, doctest, coverage and interpreting coverage results. At the end will be a hands on session for applying what we've learned. We'll write a simple p

Boilerplate for maintainable, distributable, testable python code

2007.09.04 Tue 5:54 P GMT-07
#! /usr/bin/env python """ canonicalcat is an example of writing a python program that perhaps you want to distribute or will be maintained over time. As such one should add documentation and this is an example of module level documen

Testing Tools Panel [pycon]

2007.02.24 Sat 1:12 P GMT-07
Testing Tools Panel I've blogged about bugs and testing in open source previously, so I was quite interested in this panel. I was surprised because there was little discussion of code coverage, because I think it is quite important for dynamic lang