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
See #290 (comment).
Currently tests are cumbersome to write and actually we probably don't want to test which API calls are made but what Spans would result in most cases. For this a SDK with in-memory exporter would be better than using unittest.mock.
The text was updated successfully, but these errors were encountered:
Update tests to use TestBase as described on #303.
Co-authored-by: Yusuke Tsutsumi <[email protected]>
Co-authored-by: Chris Kleinknecht <[email protected]>
See #290 (comment).
Currently tests are cumbersome to write and actually we probably don't want to test which API calls are made but what Spans would result in most cases. For this a SDK with in-memory exporter would be better than using
unittest.mock
.The text was updated successfully, but these errors were encountered: