python-awips/awips/test/dafTests/testBufrMosMrf.py

30 lines
921 B
Python
Raw Permalink Normal View History

2018-09-05 15:52:38 -06:00
from awips.dataaccess import DataAccessLayer as DAL
2018-10-04 12:45:40 -06:00
from awips.test.dafTests import baseBufrMosTestCase
from awips.test.dafTests import params
2018-09-05 15:52:38 -06:00
import unittest
#
# Test DAF support for bufrmosMRF data
#
# SOFTWARE HISTORY
#
# Date Ticket# Engineer Description
# ------------ ---------- ----------- --------------------------
# 01/19/16 4795 mapeters Initial Creation.
# 04/11/16 5548 tgurney Cleanup
# 04/18/16 5548 tgurney More cleanup
# 12/07/16 5981 tgurney Parameterize
# 12/20/16 5981 tgurney Inherit all tests
#
#
class BufrMosMrfTestCase(baseBufrMosTestCase.BufrMosTestCase):
"""Test DAF support for bufrmosMRF data"""
datatype = "bufrmosMRF"
2018-10-09 15:15:10 -06:00
data_params = "forecastHr", "maxTempDay"
2018-09-05 15:52:38 -06:00
# All tests inherited from superclass