view tests/__init__.py @ 516:f089f46729ee

tests: make better use of the config options for fixture loading
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Thu, 17 Dec 2009 14:44:07 +0100
parents 537de0300510
children
line wrap: on
line source

import imp, os, sys

sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))