Skip to content

Commit 692a353

Browse files
markmcdJon Wayne Parrott
authored andcommitted
Marks local web server test as a webtest (googleapis#11)
* Marks local web server test as a webtest Once imported internally, we'll use this to control test execution. * Update test_flow.py
1 parent da7ca4f commit 692a353

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/google-auth-oauthlib/tests/test_flow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ def test_run_console(self, input_mock, instance, mock_fetch_token):
160160
client_secret=CLIENT_SECRETS_INFO['web']['client_secret'],
161161
code=mock.sentinel.code)
162162

163+
@pytest.mark.webtest
163164
@mock.patch('google_auth_oauthlib.flow.webbrowser', autospec=True)
164165
def test_run_local_server(
165166
self, webbrowser_mock, instance, mock_fetch_token):

0 commit comments

Comments
 (0)