Skip to content

TST: Some tests in indexes/datetimes/test_tools.py don't appear to run #17403

Closed
@jschendel

Description

@jschendel

Code Sample, a copy-pastable example if possible

class TimeConversionFormats(object):
def test_to_datetime_format(self):

class ToDatetimeUnit(object):
def test_unit(self):

Problem description

None of the tests in the classes linked above appear to run. I noticed this because there's a formatting typo that should have been caught by one of the tests:

"[{excess}]".format(','.join(excess=excess)))

Renaming the classes to TestTimeConversionFormats and TestToDatetimeUnit makes them run locally for me, and the formatting typo gets caught.

I'd be happy to submit a PR to enable these tests and fix the formatting typo. Wanted to check here first to make sure that these weren't purposefully disabled, and that I'm not missing something obvious.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Testingpandas testing functions or related to the test suite

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions