Skip to content

Commit

Permalink
Adding note to TestTableUpload class.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Jul 21, 2017
1 parent 3325120 commit 2ae7cf3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bigquery/tests/unit/test_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -1718,6 +1718,9 @@ def test__do_multipart_upload_with_retry(self, get_boundary):


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

@staticmethod
def _make_table():
Expand Down

0 comments on commit 2ae7cf3

Please sign in to comment.