You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need unit tests that have well-defined -- and different! -- behavior in the case that only the API is loaded and in the case that the SDK is loaded. This could look like the example app.
See also #166. If the API ever returns instances of "interface" classes we are guaranteed to crash. One argument for using ABCs.
Fixes#142
Enabling --strict mode for mypy. Added a test in the sdk and the same test in
the api to test the different behaviours between the Tracer, Span and Metric
classes.
srikanthccv
pushed a commit
to srikanthccv/opentelemetry-python
that referenced
this issue
Nov 1, 2020
See https://github.com/open-telemetry/opentelemetry-python/pull/141/files#r325107543.
Also check mypy configuration to see why this is missed.
The text was updated successfully, but these errors were encountered: