Skip to content

Conversation

@jbrockmendel
Copy link
Member

We've accumulated some other helpers outside of pd._testing that id like to move there (xref #38688). This is a good time to split the large file.

from pandas.io.common import urlopen
from pandas.io.formats.printing import pprint_thing

from .asserters import ( # noqa:F401
Copy link
Contributor

Choose a reason for hiding this comment

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

use absolute path

raise ValueError(f"Unrecognized compression type: {compression}")

with compress_method(path, mode=mode) as f:
getattr(f, method)(*args)
Copy link
Contributor

Choose a reason for hiding this comment

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

would prob move everything else out as well to another module

@jreback jreback added the Testing pandas testing functions or related to the test suite label Dec 25, 2020
@jreback jreback added this to the 1.3 milestone Dec 27, 2020
@jreback
Copy link
Contributor

jreback commented Dec 27, 2020

can you merge master and ping on green

@jreback jreback merged commit 9f1a41d into pandas-dev:master Dec 28, 2020
@jreback
Copy link
Contributor

jreback commented Dec 28, 2020

great thanks @jbrockmendel nice having green again!

@jbrockmendel jbrockmendel deleted the ref-tm branch December 28, 2020 01:19
luckyvs1 pushed a commit to luckyvs1/pandas that referenced this pull request Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Testing pandas testing functions or related to the test suite

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants