Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Side by Side Diff: third_party/grpc/tox.ini

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/grpc/tools/tsan_suppressions.txt ('k') | third_party/grpc/vsprojects/.gitignore » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # GRPC Python tox (test environment) settings
2 [tox]
3 skipsdist = true
4 envlist = py27
5
6 [testenv]
7 setenv =
8 PYGRPC_ROOT = {toxinidir}/src/python/grpcio/
9 commands =
10 {envpython} setup.py build_py
11 {envpython} setup.py test
12 {envbindir}/coverage combine
13 # TODO(atash): we currently ignore cygrpc.pyx due to an insufficiency in Cython' s coverage plug-in. Discussion is ongoing.
14 {envbindir}/coverage html --include='{env:PYGRPC_ROOT}/grpc/*' --omit='{env: PYGRPC_ROOT}/grpc/framework/alpha/*','{env:PYGRPC_ROOT}/grpc/early_adopter/*','{ env:PYGRPC_ROOT}/grpc/framework/base/*','{env:PYGRPC_ROOT}/grpc/framework/face/* ','{env:PYGRPC_ROOT}/grpc/_adapter/fore.py','{env:PYGRPC_ROOT}/grpc/_adapter/rea r.py','{env:PYGRPC_ROOT}/grpc/_cython/cygrpc.pyx'
15 {envbindir}/coverage report --include='{env:PYGRPC_ROOT}/grpc/*' --omit='{en v:PYGRPC_ROOT}/grpc/framework/alpha/*','{env:PYGRPC_ROOT}/grpc/early_adopter/*', '{env:PYGRPC_ROOT}/grpc/framework/base/*','{env:PYGRPC_ROOT}/grpc/framework/face /*','{env:PYGRPC_ROOT}/grpc/_adapter/fore.py','{env:PYGRPC_ROOT}/grpc/_adapter/r ear.py','{env:PYGRPC_ROOT}/grpc/_cython/cygrpc.pyx'
16 deps =
17 -rrequirements.txt
18 passenv = *
19
20 [testenv:interop_client]
21 commands =
22 {envpython} setup.py run_interop --client --args='{posargs}'
23
24 [testenv:interop_server]
25 commands =
26 {envpython} setup.py run_interop --server --args='{posargs}'
OLDNEW
« no previous file with comments | « third_party/grpc/tools/tsan_suppressions.txt ('k') | third_party/grpc/vsprojects/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698