Skip to content

Commit 64d7498

Browse files
committed
@functools.wraps(pytest.fixture) in _marked_async_fixture()
1 parent 50c833d commit 64d7498

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest_twisted.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ def __init__(self, coroutine, mark):
100100

101101

102102
def _marked_async_fixture(mark):
103+
@functools.wraps(pytest.fixture)
103104
def fixture(*args, **kwargs):
104105
def marker(f):
105106
@functools.wraps(f)

0 commit comments

Comments
 (0)