-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: test organization #37637
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
DOC: test organization #37637
Conversation
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.
lgtm small comments.
|
||
C) Is the method an indexing method? | ||
i) Is the method ``loc``, ``iloc``, ``at``, or ``iat``? | ||
This test likely belongs in one of: |
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 be a little more precise here (e.g. do we have criteria for putting in pandas/tests/indexing over the frame/series ones? (can be a TODO of course)
doc/source/development/index.rst
Outdated
@@ -21,3 +21,4 @@ Development | |||
policies | |||
roadmap | |||
meeting | |||
test_writing |
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.
maybe put after internals
thanks @jbrockmendel very nice |
i think this might have been merged prematurely, the docbuild is complaining about rst stuff i need to figure out |
This reverts commit a3d6ad8.
@jbrockmendel if you push your branch again, I think you should be able to reopen the PR (unless you also already deleted the branch locally), and then we can work out the failures here |
Documenting the MO behind the test organization we've been doing.