-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: add read_json test #GH32383 #33345
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
Co-Authored-By: Simon Hawkins <[email protected]>
@@ -237,6 +237,22 @@ def test_build_series(self): | |||
|
|||
assert result == expected | |||
|
|||
def test_read_json_from_to_json_results(self): |
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.
can you add both of the construction methods from the OP.
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.
sorry, I am confused. Can you elaborate more?
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.
since the second construction will always work, is it necessary to add a test here?
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.
how about now?
thanks @BenjaminLiuPenrose |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff