-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
TST: prepare for freq-checking in tests.io #33711
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
pandas/tests/io/json/test_pandas.py
Outdated
@@ -226,6 +226,11 @@ def test_roundtrip_empty(self, orient, convert_axes, numpy, empty_frame): | |||
@pytest.mark.parametrize("numpy", [True, False]) | |||
def test_roundtrip_timestamp(self, orient, convert_axes, numpy, datetime_frame): | |||
# TODO: improve coverage with date_format parameter | |||
|
|||
# freq doesnt round-trip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why don’t u just change this in the fixture? tsframe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated per suggestion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gentle ping; plenty more of these before were done
these are fine if u can tag with labels and milestone would be great |
* TST: prepare for freq-checking in tests.io * Update fixture
Working on making assert_index_equal check that
freq
attrs match. This ports the necessary test changes from tests.io.