Uh oh!
There was an error while loading. Please reload this page.
test: Move tests/unit/helpers to tests/unit/_helpers - #1169
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.
tswast
commented
Mar 17, 2022
Re: Kokoro failures, the |
waltaskew
commented
Mar 18, 2022
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. Fixesgoogleapis#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 🦕