-
Notifications
You must be signed in to change notification settings - Fork 322
test: Move tests/unit/helpers to tests/unit/_helpers #1169
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
Conversation
Remove ambiguity between importing tests/unit/helpers and tests/unit/helpers.py which can lead to import errors. Renamed directory _helpers matches the google.cloud.bigquery._helpers module being tested.
|
Re: Kokoro failures, the |
Is there an open issue for this? Anyone working on it? I can take a crack at it if no one else has already started. |
Look like this was fixed over here: #1171 Can we give this PR another shot at merging, @tswast ? |
Remove ambiguity between importing tests/unit/helpers and tests/unit/helpers.py which can lead to import errors. Renamed directory _helpers matches the google.cloud.bigquery._helpers module being tested. Fixes googleapis#1168 🦕
Remove ambiguity between importing tests/unit/helpers and tests/unit/helpers.py
which can lead to import errors.
Renamed directory _helpers matches the google.cloud.bigquery._helpers module
being tested.
Fixes #1168 🦕