m-lab / go

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

Add type parmeters to bqfakes #163

Closed stephen-soltesz closed 1 year ago

stephen-soltesz commented 1 year ago

This change adds row type parameters to the bqfake types. This change allows injecting arbitrary row result types for testing when using bqfake.NewQueryReadClient[Row]() and preserves previous behavior for bqfake.NewClient().


This change is Reviewable

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 1241


Totals Coverage Status
Change from base Build 1238: 0.01%
Covered Lines: 2180
Relevant Lines: 2307

💛 - Coveralls