so that we have awips.test.dafTests

This commit is contained in:
Michael James 2018-10-03 12:25:31 -06:00
parent a275b79322
commit 30e625349c
47 changed files with 12 additions and 19 deletions

View file

@ -1,7 +1,3 @@
##
##
#
# Pure python logging mechanism for logging to AlertViz from
# pure python (ie not JEP). DO NOT USE IN PYTHON CALLED
@ -28,4 +24,4 @@ class Record():
self.exc_text="TEST"
def getMessage(self):
return self.message
return self.message

View file

@ -1,7 +1,3 @@
##
##
#
# Pure python logging mechanism for logging to AlertViz from
# pure python (ie not JEP). DO NOT USE IN PYTHON CALLED

View file

@ -1,7 +1,3 @@
##
##
#
# __init__.py for awips package
#

View file

@ -0,0 +1,11 @@
from testClimate import ClimateTestCase
geomData = ClimateTestCase.testGetGeometryData
for record in geomData:
print(record.getGeometry())
print(dir(ClimateTestCase.testGetGeometryDataWithEnvelopeThrowsException))
print(dir(ClimateTestCase.testGetGeometryDataForYearAndDayOfYearTable))
print(dir(ClimateTestCase.testGetGeometryDataForPeriodTable))
print(dir(ClimateTestCase.testGetGeometryDataForDateTable))
print(dir(ClimateTestCase.testGetGeometryDataWithShortParameter))
print(dir(ClimateTestCase.testGetDataWithTimeRangeWithForDateTable))

View file

@ -1,6 +1,3 @@
##
##
from __future__ import print_function
import datetime
from dynamicserialize.dstypes.com.raytheon.uf.common.dataquery.requests import RequestConstraint

View file

@ -1,6 +1,3 @@
##
##
#
#
#