From 7dc48951312564ca701202b985d188d57ac92045 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 2df3668b0..0e86e2633 100644 --- a/dateutil/test/test_parser.py +++ b/dateutil/test/test_parser.py @@ -818,7 +818,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