view svnwrap/tests/__init__.py @ 26:bfbce70a9a57

Reworked the svnwrap tests to use the same fixture system as I created for the hgsubversion tests since it is much much faster.
author Augie Fackler <durin42@gmail.com>
date Thu, 09 Oct 2008 23:37:22 -0500
parents 79b0e059319d
children
line wrap: on
line source

import sys
import os
sys.path.append(os.path.dirname(os.path.dirname(os.path.dirname(__file__))))