File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ def test_succeed_blue(foo):
342
342
343
343
344
344
@skip_if_no_async_generators ()
345
- def test_async_fixture_concurrent_teardown (testdir , cmd_opts ):
345
+ def test_async_yield_fixture_concurrent_teardown (testdir , cmd_opts ):
346
346
test_file = """
347
347
from twisted.internet import reactor, defer
348
348
import pytest
@@ -379,7 +379,7 @@ def test_succeed(this, that):
379
379
380
380
381
381
@skip_if_no_async_generators ()
382
- def test_async_fixture_yield (testdir , cmd_opts ):
382
+ def test_async_yield_fixture (testdir , cmd_opts ):
383
383
test_file = """
384
384
from twisted.internet import reactor, defer
385
385
import pytest
@@ -418,7 +418,7 @@ def test_succeed(foo):
418
418
419
419
420
420
@skip_if_no_async_generators ()
421
- def test_async_fixture_function_scope (testdir , cmd_opts ):
421
+ def test_async_yield_fixture_function_scope (testdir , cmd_opts ):
422
422
test_file = """
423
423
from twisted.internet import reactor, defer
424
424
import pytest
You can’t perform that action at this time.
0 commit comments