mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
reorg test dirs
This commit is contained in:
parent
98d3deb85d
commit
9e97bb2a54
46 changed files with 2 additions and 2 deletions
|
@ -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
|
|
@ -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):
|
Loading…
Add table
Reference in a new issue