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

Class TestTimeSeries2

python-client/test/test_time_series2.py:25–38  ·  view source on GitHub ↗

TimeSeries2 unit test stubs

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected