Skip to content
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

fix: renable to_csv and to_json related tests #468

Merged
merged 4 commits into from
Mar 20, 2024

Conversation

chelsea-lin
Copy link
Contributor

No description provided.

@chelsea-lin chelsea-lin requested a review from shobsi March 19, 2024 04:23
@chelsea-lin chelsea-lin requested review from a team as code owners March 19, 2024 04:23
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. labels Mar 19, 2024
@chelsea-lin chelsea-lin force-pushed the main_chelsealin_reenabletocsvtests branch 3 times, most recently from 405ca71 to 0a39020 Compare March 19, 2024 21:28
@product-auto-label product-auto-label bot added size: s Pull request size is small. and removed size: m Pull request size is medium. labels Mar 19, 2024
@chelsea-lin chelsea-lin force-pushed the main_chelsealin_reenabletocsvtests branch from e3fd6bf to 7b00656 Compare March 20, 2024 03:33
@chelsea-lin chelsea-lin force-pushed the main_chelsealin_reenabletocsvtests branch from 7b00656 to 48c8038 Compare March 20, 2024 18:04
@product-auto-label product-auto-label bot added size: m Pull request size is medium. and removed size: s Pull request size is small. labels Mar 20, 2024
@@ -19,7 +19,11 @@
import pyarrow as pa
import pytest

from tests.system.utils import assert_pandas_df_equal, convert_pandas_dtypes
from tests.system.utils import (
Copy link
Contributor

Choose a reason for hiding this comment

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

go/pystyle#imports Use import statements for packages and modules only, not for individual types, classes, or functions.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Trying to fix most files in this PR but leave series.py as it is, to avoid expanding this PR with many unrelated changes.

tests/system/small/test_dataframe_io.py Outdated Show resolved Hide resolved
tests/system/small/test_encryption.py Outdated Show resolved Hide resolved
tests/system/small/test_session.py Outdated Show resolved Hide resolved
@chelsea-lin chelsea-lin merged commit 2b9a01d into main Mar 20, 2024
14 of 15 checks passed
@chelsea-lin chelsea-lin deleted the main_chelsealin_reenabletocsvtests branch March 20, 2024 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants