seafile-containerized/tests/unit/conftest.py
2018-10-13 08:24:06 +08:00

9 lines
197 B
Python

import os
import sys
from os.path import abspath, basename, exists, dirname, join
import pytest
project_dir = join(dirname(abspath(__file__)), '../..')
scripts_dir = join(project_dir, 'scrpits')