-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CLN/TST: parametrize some tests in tests.indexing.test_float #32187
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/indexing/test_floats.py
Outdated
tm.makeRangeIndex, | ||
], | ||
) | ||
@pytest.mark.parametrize("index_func", tm.all_index_generator(5)) |
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 use the indices fixture?
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.
not without being pretty invasive
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.
kk, on the list for the future
lgtm merge on green. |
…dev#32187) * TST: cleanups * troubleshoot * troubleshoot travis
Co-authored-by: Simon Hawkins <[email protected]>
No description provided.