Skip to content

Commit d6be34f

Browse files
committed
TST: split up tests/indexing/test_indexing a bit
1 parent 61deba5 commit d6be34f

File tree

4 files changed

+1234
-1218
lines changed

4 files changed

+1234
-1218
lines changed

pandas/tests/indexing/common.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
""" common utilities """
2+
3+
4+
def _mklbl(prefix, n):
5+
return ["%s%s" % (prefix, i) for i in range(n)]

0 commit comments

Comments
 (0)