m-lab / go

General purpose libraries / APIs for use in mlab code.
Apache License 2.0
5 stars 6 forks source link

Bq fake #18

Closed gfr10598 closed 6 years ago

gfr10598 commented 6 years ago

This introduces a rudimentary bqiface fake, that can be used to do very basic tests against the bqiface API.

So far, it includes partial implementations of: Client, Dataset, Table, Query, Job, RowIterator

One can create, retrieve, and run queries against a Table, but the query result is always an empty iterator.


This change is Reviewable

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 202


Totals Coverage Status
Change from base Build 182: 0.0%
Covered Lines: 137
Relevant Lines: 293

💛 - Coveralls