TST: unit test to verify the functionality of parameter auth_local_webserver
#9
Labels
type: process
A process-releated concern. May include testing, release, or the like.
From googleapis/python-bigquery-pandas#53
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: