MCPcopy Create free account
hub / github.com/bundesAPI/smard-api / TestTimeSeries

Class TestTimeSeries

python-client/test/test_time_series.py:23–36  ·  view source on GitHub ↗

TimeSeries unit test stubs

Source from the content-addressed store, hash-verified

21
22
23class TestTimeSeries(unittest.TestCase):
24 """TimeSeries unit test stubs"""
25
26 def setUp(self):
27 pass
28
29 def tearDown(self):
30 pass
31
32 def testTimeSeries(self):
33 """Test TimeSeries"""
34 # FIXME: construct object with mandatory attributes with example values
35 # model = TimeSeries() # noqa: E501
36 pass
37
38
39if __name__ == "__main__":

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected