pyValEIA.tests.test_utils_coords

Tests for functions in utils.coords.

Classes

TestTimeFuncs

Tests for time-handling functions.

Module Contents

class pyValEIA.tests.test_utils_coords.TestTimeFuncs(methodName='runTest')[source]

Bases: unittest.TestCase

Tests for time-handling functions.

setUp()[source]

Set up the test runs.

tearDown()[source]

Tear down the test environment.

evaluate_offset()[source]

Evaluate the offset between UT and local time.

test_longitude_to_local_time_list()[source]

Test success for datetime casting with list inputs.

test_longitude_to_local_time_value()[source]

Test success for datetime casting with single value inputs.

test_longitude_to_local_time_array()[source]

Test success for datetime casting with array inputs.

test_longitude_to_local_time_mult_time()[source]

Test success for datetime casting with multiple times.