View the top 3 failed tests by shortest run time
>
> ```python
> tests.integrations.opentelemetry.test_span_processor test_on_start_transaction
> ```
>
> Stack Traces | 0.001s run time
>
> >
> > ```python
> > .../integrations/opentelemetry/test_span_processor.py:289: in test_on_start_transaction
> > fake_start_transaction,
> > .../hostedtoolcache/Python/3.7.17....../x64/lib/python3.7/unittest/mock.py:1307: in __enter__
> > original, local = self.get_original()
> > .../hostedtoolcache/Python/3.7.17....../x64/lib/python3.7/unittest/mock.py:1281: in get_original
> > "%s does not have the attribute %r" % (target, name)
> > E AttributeError: does not have the attribute 'start_transaction'
> > ```
>
>
Stack Traces | 0.002s run time
>
> ```python
> .../integrations/opentelemetry/test_span_processor.py:287: in test_on_start_transaction
> with mock.patch(
> .../hostedtoolcache/Python/3.12.7....../x64/lib/python3.12/unittest/mock.py:1463: in __enter__
> original, local = self.get_original()
> .../hostedtoolcache/Python/3.12.7....../x64/lib/python3.12/unittest/mock.py:1436: in get_original
> raise AttributeError(
> E AttributeError: does not have the attribute 'start_transaction'
> ```
Stack Traces | 0.002s run time
>
> ```python
> .../integrations/opentelemetry/test_span_processor.py:287: in test_on_start_transaction
> with mock.patch(
> .../hostedtoolcache/Python/3.10.15....../x64/lib/python3.10/unittest/mock.py:1447: in __enter__
> original, local = self.get_original()
> .../hostedtoolcache/Python/3.10.15....../x64/lib/python3.10/unittest/mock.py:1420: in get_original
> raise AttributeError(
> E AttributeError: does not have the attribute 'start_transaction'
> ```
:x: 622 Tests Failed:
View the top 3 failed tests by shortest run time
> > ```python > tests.integrations.opentelemetry.test_span_processor test_on_start_transaction > ``` > >Stack Traces | 0.001s run time
> > > > > ```python > > .../integrations/opentelemetry/test_span_processor.py:289: in test_on_start_transaction > > fake_start_transaction, > > .../hostedtoolcache/Python/3.7.17....../x64/lib/python3.7/unittest/mock.py:1307: in __enter__ > > original, local = self.get_original() > > .../hostedtoolcache/Python/3.7.17....../x64/lib/python3.7/unittest/mock.py:1281: in get_original > > "%s does not have the attribute %r" % (target, name) > > E AttributeError:To view more test analytics, go to the Test Analytics Dashboard Got feedback? Let us know on Github