We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee7d8c commit 515a0f5Copy full SHA for 515a0f5
1 file changed
bigquery/tests/unit/test_job.py
@@ -913,6 +913,9 @@ def test_to_api_repr(self):
913
self.assertEqual(found, expected)
914
self.assertIsNot(found, expected) # copied
915
916
+ # 'from_api_repr' cannot be tested on '_JobConfig', because it presumes
917
+ # the ctor can be called w/o arguments
918
+
919
920
class _Base(object):
921
from google.cloud.bigquery.dataset import DatasetReference
0 commit comments