mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
so that we have awips.test.dafTests
This commit is contained in:
parent
a275b79322
commit
30e625349c
47 changed files with 12 additions and 19 deletions
|
@ -1,7 +1,3 @@
|
||||||
##
|
|
||||||
##
|
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Pure python logging mechanism for logging to AlertViz from
|
# Pure python logging mechanism for logging to AlertViz from
|
||||||
# pure python (ie not JEP). DO NOT USE IN PYTHON CALLED
|
# pure python (ie not JEP). DO NOT USE IN PYTHON CALLED
|
|
@ -1,7 +1,3 @@
|
||||||
##
|
|
||||||
##
|
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Pure python logging mechanism for logging to AlertViz from
|
# Pure python logging mechanism for logging to AlertViz from
|
||||||
# pure python (ie not JEP). DO NOT USE IN PYTHON CALLED
|
# pure python (ie not JEP). DO NOT USE IN PYTHON CALLED
|
|
@ -1,7 +1,3 @@
|
||||||
##
|
|
||||||
##
|
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# __init__.py for awips package
|
# __init__.py for awips package
|
||||||
#
|
#
|
11
awips/test/dafTests/dafTests.py
Normal file
11
awips/test/dafTests/dafTests.py
Normal 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))
|
|
@ -1,6 +1,3 @@
|
||||||
##
|
|
||||||
##
|
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import datetime
|
import datetime
|
||||||
from dynamicserialize.dstypes.com.raytheon.uf.common.dataquery.requests import RequestConstraint
|
from dynamicserialize.dstypes.com.raytheon.uf.common.dataquery.requests import RequestConstraint
|
|
@ -1,6 +1,3 @@
|
||||||
##
|
|
||||||
##
|
|
||||||
|
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
#
|
#
|
Loading…
Add table
Reference in a new issue