2018-09-05 15:52:38 -06:00
|
|
|
#
|
|
|
|
# Test DAF support for bufrmosGFS 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
|
|
|
|
#
|
|
|
|
#
|
|
|
|
|
2018-10-16 12:23:10 -06:00
|
|
|
from awips.test.dafTests import baseBufrMosTestCase
|
|
|
|
|
2018-09-05 15:52:38 -06:00
|
|
|
|
|
|
|
class BufrMosGfsTestCase(baseBufrMosTestCase.BufrMosTestCase):
|
|
|
|
"""Test DAF support for bufrmosGFS data"""
|
|
|
|
|
|
|
|
datatype = "bufrmosGFS"
|
|
|
|
|
|
|
|
# All tests inherited from superclass
|