Skip to content

REF: make pd._testing a directory #38689

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 4 commits into from
Dec 28, 2020
Merged

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

@@ -335,192 +338,8 @@ def write_to_compressed(compression, path, data, dest="test"):
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