From 36f33f7f24933b7d9689c4f7b8e5adb623d3ace3 Mon Sep 17 00:00:00 2001 From: Hal Simpson <hasimpson@usgs.gov> Date: Mon, 9 Mar 2015 13:17:23 -0600 Subject: [PATCH] Added TODO to test_get_timeseries to explain how to use it. --- geomagio/edge/EdgeFactory_test.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/geomagio/edge/EdgeFactory_test.py b/geomagio/edge/EdgeFactory_test.py index e9c50b6c6..c9908da8e 100644 --- a/geomagio/edge/EdgeFactory_test.py +++ b/geomagio/edge/EdgeFactory_test.py @@ -53,7 +53,9 @@ def test__get_edge_code_from_channel(): def dont_get_timeseries(): """geomagio.edge.EdgeFactory_test.test_get_timeseries()""" # Call get_timeseries, and test stats for comfirmation that it came back. - edge_factory = EdgeFactory() + # TODO, need to pass in host and port from a config file, or manually + # change for a single test. + edge_factory = EdgeFactory(host='TODO', port='TODO') timeseries = edge_factory.get_timeseries( UTCDateTime(2015, 3, 1, 0, 0, 0), UTCDateTime(2015, 3, 1, 1, 0, 0), 'BOU', ('H'), 'variation', 'minute') -- GitLab