reorg test dirs

This commit is contained in:
Michael James 2018-10-01 13:05:52 -06:00
parent 98d3deb85d
commit 9e97bb2a54
46 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ class DafTestCase(unittest.TestCase):
def setUpClass(cls):
host = os.environ.get('DAF_TEST_HOST')
if host is None:
host = 'localhost'
host = 'edex-cloud.unidata.ucar.edu'
DAL.changeEDEXHost(host)
@staticmethod

View file

@ -27,7 +27,7 @@ class CombinedTimeQueryTestCase(unittest.TestCase):
def setUp(cls):
host = os.environ.get('DAF_TEST_HOST')
if host is None:
host = 'localhost'
host = 'edex-cloud.unidata.ucar.edu'
DAL.changeEDEXHost(host)
def testSuccessfulQuery(self):