Uh oh!
There was an error while loading. Please reload this page.
Support parsing DATE columns from Standard SQL tables - #2265
Conversation
5ce1578 to
dfdad0eComparethejens
commented
Sep 8, 2016
... guess I couldn't quite figure out how to unit test the _date_from_json as I couldn't find where the other _X_from_json functions were tested |
tseaver
commented
Sep 8, 2016
Tests for the |
tseaver
commented
Sep 8, 2016
Thanks for the patch, BTW! |
thejens
commented
Sep 8, 2016
@tseaver Ty, I did find the tests module, but as the function I added had several similar functions I wanted to test it consistently, and I guess I couldn't find the tests for the others; Ex. I added _date_from_json and "_float_from_json" already existed hence I want to test it in the same manner, but can't see where that happens |
tseaver
commented
Sep 8, 2016
@thejens Hmmm, I see what you mean. Those helpers are being covered indirectly through the tests for |
tseaver
commented
Sep 8, 2016
Change-Id: I20a6fff4362e27ee35286a3538c24e37bc858faf
thejens
commented
Sep 9, 2016
@tseaver Thanks for putting those tests there; seems they and the one I added passed |
tseaver
commented
Sep 9, 2016
@thejens Thanks again! |
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
…#2265) * chore: migrate test_base retry tests * migrate job_helpers test * migrate more tests * fix initiate resumable upload tests * fix failing tests * remove dead test code
Change-Id: I158b48b6470ff44ff006e18d5eb8e3540749670b