moved file location to invest-test-data. see #BITBUCKET-3785.

This commit is contained in:
Joanna Lin 2018-08-27 10:39:38 -07:00
parent ebd34b51bf
commit 21e3e8e352
1 changed files with 1 additions and 3 deletions

View File

@ -10,15 +10,13 @@ from pygeoprocessing.testing import scm
MODEL_DATA_PATH = os.path.join(
os.path.dirname(__file__), '..', 'data', 'invest-test-data',
'crop_production_model', 'input', 'model_data')
MODEL_DATA_PATH = r"C:\Users\Joanna Lin\Desktop\test_folder\crop\invest-test-data\input\model_data"
SAMPLE_DATA_PATH = os.path.join(
os.path.dirname(__file__), '..', 'data', 'invest-test-data',
'crop_production_model', 'input', 'sample_user_data')
SAMPLE_DATA_PATH = r"C:\Users\Joanna Lin\Desktop\test_folder\crop\invest-test-data\input\sample_user_data"
TEST_DATA_PATH = os.path.join(
os.path.dirname(__file__), '..', 'data', 'invest-test-data',
'crop_production_model')
TEST_DATA_PATH = r"C:\Users\Joanna Lin\Desktop\test_folder\crop\invest-test-data"
class CropProductionTests(unittest.TestCase):
"""Tests for the Crop Production model."""