From 92758a6c5dc421f5135efafe4a36492669552dd1 Mon Sep 17 00:00:00 2001 From: Brock Mendel Date: Fri, 1 Mar 2019 10:51:59 -0800 Subject: [PATCH] rename to fix coverage --- dateutil/test/test_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dateutil/test/test_parser.py b/dateutil/test/test_parser.py index 69d27027a..c519537b0 100644 --- a/dateutil/test/test_parser.py +++ b/dateutil/test/test_parser.py @@ -780,7 +780,7 @@ def test_unambiguous_YYYYMM(self): @pytest.mark.skipif(IS_WIN, reason="Windows does not use TZ var") -class TZVarTest(object): +class TestTZVar(object): def test_parse_unambiguous_nonexistent_local(self): # When dates are specified "EST" even when they should be "EDT" in the # local time zone, we should still assign the local time zone