grpclib/setup.cfg

23 lines
401 B
INI
Raw Normal View History

2017-07-12 13:57:05 +00:00
[tool:pytest]
addopts = -q --tb=native
testpaths = tests
filterwarnings =
ignore::DeprecationWarning:h2.*
ignore::DeprecationWarning:hyperframe.*
ignore::DeprecationWarning:google.*
2019-04-28 13:35:51 +00:00
[coverage:run]
source = grpclib
omit =
grpclib/plugin/main.py
*_pb2.py
*_grpc.py
[coverage:report]
skip_covered = true
sort = miss
[flake8]
2019-03-12 14:08:05 +00:00
exclude = .git,.tox,env,*_pb2.py,*_grpc.py
max_line_length = 80