-
Notifications
You must be signed in to change notification settings - Fork 89
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
Closes #2573: pdarray_creation_test.py
Conversion for new test framework
#2584
Closes #2573: pdarray_creation_test.py
Conversion for new test framework
#2584
Conversation
pd_array_creation_test.py
Conversion for new test framework
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.
Something seems to have gotten messed up with a rebase because the PR is showing changes from lots of different commits that aren't related to these changes
6e64a1d
to
ffbe6e9
Compare
Is this ready for rereview or is the commit history still messed up? |
@Ethan-DeBandi99 the commit history is no longer messed up. I'm not sure if it's ready for rereview, I think @TheOddCzar789 would need to weigh in on that |
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.
I didn't review the second half as closely as I'd like to, I'll do that in my next pass
pd_array_creation_test.py
Conversion for new test frameworkpdarray_creation_test.py
Conversion for new test framework
ffbe6e9
to
d0dc12d
Compare
d0dc12d
to
c4dbe99
Compare
c4dbe99
to
e704897
Compare
8b21fd7
to
08cfc84
Compare
08cfc84
to
ccc15a9
Compare
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.
Looks good! I think it should be good to go after these ones
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.
Looks good
This PR (Closes #2573):
Converts file to new test framework by adding pytest. The changes were mostly (entirely?) syntactical, as I didn't see any obvious potential uses for parameterization.