We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087e93a commit 9a880e5Copy full SHA for 9a880e5
pandas/tests/indexes/common.py
@@ -32,7 +32,9 @@
32
33
34
class Base:
35
- """ base class for index sub-class tests """
+ """
36
+ Base class for index sub-class tests.
37
38
39
_index_cls: Type[Index]
40
@@ -766,7 +768,9 @@ def test_index_groupby(self, simple_index):
766
768
767
769
770
class NumericBase(Base):
- """ base class for numeric index (incl. RangeIndex) sub-class tests """
771
772
+ Base class for numeric index (incl. RangeIndex) sub-class tests.
773
774
775
def test_where(self):
776
# Tested in numeric.test_indexing
0 commit comments