Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/units/node/__init__.py
blob: 345c32710a0315ef6f41887fbda52af5e13799c5 (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