Skip to content

Commit

Permalink
TST: split up tests/indexing/test_indexing a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Feb 11, 2017
1 parent 61deba5 commit d6be34f
Show file tree
Hide file tree
Showing 4 changed files with 1,234 additions and 1,218 deletions.
5 changes: 5 additions & 0 deletions pandas/tests/indexing/common.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
""" common utilities """


def _mklbl(prefix, n):
return ["%s%s" % (prefix, i) for i in range(n)]
Loading

0 comments on commit d6be34f

Please sign in to comment.