Reattempt using a memoryview #3762
Annotations
10 errors
Run tests with pytest
result: TResult | None = func()
|
Run tests with pytest
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
|
Run tests with pytest
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
|
Run tests with pytest
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
|
Run tests with pytest
raise exception.with_traceback(exception.__traceback__)
|
Run tests with pytest
teardown.throw(exception) # type: ignore[union-attr]
|
Run tests with pytest
yield from unraisable_exception_runtest_hook()
|
Run tests with pytest
yield
|
Run tests with pytest
teardown.throw(exception) # type: ignore[union-attr]
|
Run tests with pytest
yield from self._runtest_for(item, "setup")
|
Loading