root/trunk/tests/unit/_path_cheesecake.py

Revision 55, 104 bytes (checked in by mk, 7 years ago)

Created functional tests directory and moved all existing unit tests to separate directory.

Line 
1 import sys, os
2 testdir = os.path.dirname(__file__)
3 sys.path.insert(0, os.path.join(testdir, '../../'))
4
Note: See TracBrowser for help on using the browser.