Skip to content

TST: parametrize some indexing tests #31767

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

Merged
merged 8 commits into from
Feb 9, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
blackify
  • Loading branch information
jbrockmendel committed Feb 7, 2020
commit 118ac4d3d34f16ba067f940ca1ec850662200174
1 change: 0 additions & 1 deletion pandas/tests/indexing/test_scalar.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@


class TestScalar(Base):

@pytest.mark.parametrize("kind", ["series", "frame"])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make sure we use the same nomenclature, usually we call this klass and use the object itself

def test_at_and_iat_get(self, kind):
def _check(f, func, values=False):
Expand Down