tests/unit/job/helpers should reuse more code from tests/unit/helpers #922
Labels
api: bigquery
Issues related to the googleapis/python-bigquery API.
type: process
A process-related concern. May include testing, release, or the like.
#921 gets rid of a superfluous
_make_connection
function. I'm fairly sure more duplicative functions can be removed.Note that I kept
_make_connection
because I didn't want to clutter #921 with a ton of changed calls. Those need to be fixed too.The text was updated successfully, but these errors were encountered: