Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/units/__init__.py
blob: ad1971aee9373fb3075bd62b7dd50b9312fbac97 (plain)
1
2
3
4
5
6
7
8
9
# sugar-lint: disable

import sys
from os.path import dirname, join, abspath

src_root = abspath(join(dirname(__file__), '..', '..'))
sys.path.insert(0, src_root)

import tests