mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-24 14:57:57 -05:00
28 lines
674 B
Python
28 lines
674 B
Python
##
|
|
##
|
|
|
|
from __future__ import print_function
|
|
|
|
import baseBufrMosTestCase
|
|
import unittest
|
|
|
|
#
|
|
# 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
|
|
#
|
|
#
|
|
|
|
|
|
class BufrMosGfsTestCase(baseBufrMosTestCase.BufrMosTestCase):
|
|
"""Test DAF support for bufrmosGFS data"""
|
|
|
|
datatype = "bufrmosGFS"
|
|
|
|
# All tests inherited from superclass
|