Adding w3c tracecontext integration test (#228)

Verifying that our tracecontext is compliant with the w3c
tracecontext reference is valuable. Adding a tox command
to verify that the TraceContext propagator adheres to the
w3c spec.

The tracecontexthttptextformat is now completely compliant with the w3c
tracecontext test suite.
This commit is contained in:
Yusuke Tsutsumi
2019-10-29 11:01:59 -07:00
committed by GitHub
parent c7f20df264
commit 38c8c0fbc7
3 changed files with 21 additions and 0 deletions

View File

@ -10,6 +10,7 @@ exclude =
.svn
.tox
CVS
target
__pycache__
ext/opentelemetry-ext-jaeger/src/opentelemetry/ext/jaeger/gen/
ext/opentelemetry-ext-jaeger/build/*