commit | b9897dcd07b396e081c8c08d8af3338c9c2395e8 | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Wed Nov 02 20:31:14 2016 -0700 |
committer | GitHub <noreply@github.com> | Wed Nov 02 20:31:14 2016 -0700 |
tree | c80e4c99991807d0963b013ac961d603d97a5c87 | |
parent | 9779181cea7449470c48db17b593ffb8449e37b0 [diff] [blame] |
Add grpc transport (#67)
diff --git a/system_tests/nox.py b/system_tests/nox.py index 6429f7b..5df72c8 100644 --- a/system_tests/nox.py +++ b/system_tests/nox.py
@@ -248,3 +248,9 @@ session.env['TEST_APP_URL'] = application_url session.chdir(HERE) session.run('pytest', 'test_app_engine.py') + + +def session_grpc(session): + session.virtualenv = False + session.env[EXPLICIT_CREDENTIALS_ENV] = SERVICE_ACCOUNT_FILE + session.run('pytest', 'test_grpc.py')