pyValEIA.tests.test_utils_coords ================================ .. py:module:: pyValEIA.tests.test_utils_coords .. autoapi-nested-parse:: Tests for functions in `utils.coords`. .. !! processed by numpydoc !! Classes ------- .. autoapisummary:: pyValEIA.tests.test_utils_coords.TestTimeFuncs Module Contents --------------- .. py:class:: TestTimeFuncs(methodName='runTest') Bases: :py:obj:`unittest.TestCase` Tests for time-handling functions. .. !! processed by numpydoc !! .. py:method:: setUp() Set up the test runs. .. !! processed by numpydoc !! .. py:method:: tearDown() Tear down the test environment. .. !! processed by numpydoc !! .. py:method:: evaluate_offset() Evaluate the offset between UT and local time. .. !! processed by numpydoc !! .. py:method:: test_longitude_to_local_time_list() Test success for datetime casting with list inputs. .. !! processed by numpydoc !! .. py:method:: test_longitude_to_local_time_value() Test success for datetime casting with single value inputs. .. !! processed by numpydoc !! .. py:method:: test_longitude_to_local_time_array() Test success for datetime casting with array inputs. .. !! processed by numpydoc !! .. py:method:: test_longitude_to_local_time_mult_time() Test success for datetime casting with multiple times. .. !! processed by numpydoc !!