Use full path to test data

This commit is contained in:
Paul Makepeace 2013-10-10 15:40:23 +05:00
parent 5b701821a9
commit eade7dafe0
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ import unittest
from google.refine import refine
PATH_TO_TEST_DATA = os.path.join('tests', 'data')
PATH_TO_TEST_DATA = os.path.join(os.path.dirname(__file__), 'data')
#noinspection PyPep8Naming
class RefineTestCase(unittest.TestCase):