Skip to content

Commit 2ae7cf3

Browse files
committed
Adding note to TestTableUpload class.
1 parent 3325120 commit 2ae7cf3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bigquery/tests/unit/test_table.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1718,6 +1718,9 @@ def test__do_multipart_upload_with_retry(self, get_boundary):
17181718

17191719

17201720
class TestTableUpload(object):
1721+
# NOTE: This is a "partner" to `TestTable` meant to test some of the
1722+
# "upload" portions of `Table`. It also uses `pytest`-style tests
1723+
# rather than `unittest`-style.
17211724

17221725
@staticmethod
17231726
def _make_table():

0 commit comments

Comments
 (0)