Tagged: testing

Apr 14, 2015

Tox tricks and patterns

An overview of Tox and various tricks and patterns

Jul 08, 2014

A python package template

Introducing a "nuts and bolts" package template

Jun 19, 2014

Just another day using Python 3

May 25, 2014

Packaging a python library

Thoughts on packaging python libraries

Dec 21, 2013

Dumping logs on test failures

A base TestCase class that dumps external logs on failures and works with nose

Dec 17, 2013

Nose timelimit

Skip tests over a threshold for some quick feedback

Jun 26, 2013

Testings Python warnings

About making assertions on warnings being issued

May 30, 2013

Mysql too slow in tests? ramdisk it!

Creating ramdisk mysql instances on Ubuntu 12.04

Apr 24, 2008

Setuptools & nosetests oddness