-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: indexing tests for #21168, #27420, #15928, #30053 #37228
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
|
||
def test_getitem_str_slice(): | ||
# GH#15928 | ||
path = os.path.join( |
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.
instead of doing this can you use datapath fixture, maybe
datapath("reshape", "merge", "data", "quotes2.csv")
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.
sure, just pushed with update
lgtm merge when green-ish (something failing on master?) |
…v#15928, pandas-dev#30053 (pandas-dev#37228) * TST: tests for pandas-dev#21168, pandas-dev#27420, pandas-dev#15928, pandas-dev#30053 * use datapath
…v#15928, pandas-dev#30053 (pandas-dev#37228) * TST: tests for pandas-dev#21168, pandas-dev#27420, pandas-dev#15928, pandas-dev#30053 * use datapath
TypeError
instead ofKeyError
for inexistent keys #27420MultiIndex.get_loc
throwsKeyError
under specific circumstances #30053black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff