TST: Potentially add a unit test to verify the functionality of parameter auth_local_webserver
#53
Labels
type: process
A process-related concern. May include testing, release, or the like.
It may be possible to add a unit test to verify the functionality of parameter
auth_local_webserver
ofread_gbq()
andto_gbq()
in #39 in order to improve testing. One potential solution is to capture the output in the unit test and look for specific text :'Go to the following link in your browser:'
, whenauth_local_webserver=False
or
'Your browser has been opened to visit:'
, whenauth_local_webserver=True
The text was updated successfully, but these errors were encountered: