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

30 lines
923 B
Python
Raw Normal View History

2018-09-05 15:52:38 -06:00
from __future__ import print_function
from awips.dataaccess import DataAccessLayer as DAL
2018-10-04 12:45:40 -06:00
from awips.test.dafTests import baseDafTestCase
from awips.test.dafTests import testWarning
2018-09-05 15:52:38 -06:00
import unittest
#
# Test DAF support for practicewarning 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
# 06/10/16 5548 tgurney Inherit all tests from
# warning
#
class PracticeWarningTestCase(testWarning.WarningTestCase):
"""Test DAF support for practicewarning data"""
datatype = "practicewarning"
# All tests taken from testWarning