From 111ce92fc9c33b82c7d1a1664dda046ea5993f6a Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 25 Mar 2021 20:37:35 -0700 Subject: [PATCH] attempt all tests in github actions with timezone correction --- tests/{localtest_date.py => test_date.py} | 0 tests/{localtest_last.py => test_last2.py} | 0 tests/{localtest_upower.py => test_upower.py} | 0 tests/test_utils.py | 1 - 4 files changed, 1 deletion(-) rename tests/{localtest_date.py => test_date.py} (100%) rename tests/{localtest_last.py => test_last2.py} (100%) rename tests/{localtest_upower.py => test_upower.py} (100%) diff --git a/tests/localtest_date.py b/tests/test_date.py similarity index 100% rename from tests/localtest_date.py rename to tests/test_date.py diff --git a/tests/localtest_last.py b/tests/test_last2.py similarity index 100% rename from tests/localtest_last.py rename to tests/test_last2.py diff --git a/tests/localtest_upower.py b/tests/test_upower.py similarity index 100% rename from tests/localtest_upower.py rename to tests/test_upower.py diff --git a/tests/test_utils.py b/tests/test_utils.py index 4a47d0cf..916b54b9 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -26,4 +26,3 @@ class MyTests(unittest.TestCase): for input_string, expected_output in datetime_map.items(): self.assertEqual(jc.utils.parse_datetime_to_timestamp(input_string), expected_output) -