Skip to content
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

TST add corner cases in test_constructors #35216

Merged
merged 12 commits into from Jul 11, 2020

Conversation

r-toroxel
Copy link
Contributor

add two more corner cases to frame/test_constructors.

@@ -1168,6 +1168,12 @@ def test_constructor_list_of_odicts(self):
OrderedDict([["b", 3], ["c", 4], ["d", 6]]),
]

# single row dataframe
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you create this as a separate test?

@WillAyd WillAyd added the Testing pandas testing functions or related to the test suite label Jul 10, 2020
@jreback
Copy link
Contributor

jreback commented Jul 10, 2020

you have a lint error: https://github.com/pandas-dev/pandas/pull/35216/checks?check_run_id=858699930

you can use the precommit hooks to automatically fix this.

@r-toroxel
Copy link
Contributor Author

convenient. installed.

@jreback jreback added this to the 1.1 milestone Jul 11, 2020
@jreback jreback merged commit 37662ea into pandas-dev:master Jul 11, 2020
@jreback
Copy link
Contributor

jreback commented Jul 11, 2020

thanks @r-toroxel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants