Skip to content
Merged
Prev Previous commit
Next Next commit
Merge branch 'storage-preview2' of https://github.com/Azure/azure-sdk…
…-for-python into trace_storage_queue
  • Loading branch information
SuyogSoti committed Jul 25, 2019
commit a5ff19e7fe039edd37fb0b863beab5cf8c04c2d8
4 changes: 4 additions & 0 deletions sdk/core/azure-core/tests/test_tracing_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ def get_foo(self):
time.sleep(0.001)
return 5

@distributed_trace(name_of_span="different name")
def check_name_is_different(self):
time.sleep(0.001)


class TestCommon(object):
def test_set_span_context(self):
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.