tests: Add tests for util

This commit is contained in:
Tomas Babej 2015-03-23 20:29:10 +01:00
parent 31d5b718c1
commit 22172e7ae3
2 changed files with 32 additions and 0 deletions

5
tests/__init__.py Normal file
View file

@ -0,0 +1,5 @@
import os
import sys
path = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
sys.path.insert(0, path)