-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
Add base test for extensionarray setitem #23300 #23304
Merged
TomAugspurger
merged 21 commits into
pandas-dev:master
from
charlesdong1991:add_base_test_for_extensionarray_setitem
Oct 26, 2018
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
d9a150c
add params pytest fixture
charlesdong1991 ddce1fe
add box to be able to directly test setitem
charlesdong1991 84800f8
remove box in test_setitem_scalar function
charlesdong1991 9350641
add two asserts
charlesdong1991 f12ffd2
rename fixture
charlesdong1991 d50715b
rename box with box_in_series
charlesdong1991 8a9f494
add params pytest fixture
charlesdong1991 c2e5895
add box to be able to directly test setitem
charlesdong1991 9bd1919
remove box in test_setitem_scalar function
charlesdong1991 f4854d8
add two asserts
charlesdong1991 e544d5e
rename fixture
charlesdong1991 d223290
rename box with box_in_series
charlesdong1991 d92988c
add ._values for ser
charlesdong1991 c1f6ebb
remove conflicts
charlesdong1991 fca3b54
debug series type error
charlesdong1991 10cca66
debug assert error
charlesdong1991 39df34e
debug assert error
charlesdong1991 9726198
move fixture from conftest to extension/conftest
charlesdong1991 462fd3e
modify identation and add two asserts
charlesdong1991 0619752
add two asserts
charlesdong1991 009440d
fix empty list error
charlesdong1991 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@TomAugspurger how will this assert be reached if the previous line raises an error?
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.
Ah, sorry I missed that.