Skip to content

Commit

Permalink
rename to fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel committed Mar 4, 2019
1 parent 717991e commit 7dc4895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dateutil/test/test_parser.py
Expand Up @@ -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
Expand Down

0 comments on commit 7dc4895

Please sign in to comment.