mirror of
https://github.com/opencultureconsulting/openrefine-client.git
synced 2025-02-16 00:00:07 +01:00
Use full path to test data
This commit is contained in:
parent
5b701821a9
commit
eade7dafe0
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user