Skip to content

Commit 3e4d008

Browse files
authored
Correct a few test names to *async_yield*
1 parent bfbbd60 commit 3e4d008

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testing/test_basic.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ def test_succeed_blue(foo):
342342

343343

344344
@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):
346346
test_file = """
347347
from twisted.internet import reactor, defer
348348
import pytest
@@ -379,7 +379,7 @@ def test_succeed(this, that):
379379

380380

381381
@skip_if_no_async_generators()
382-
def test_async_fixture_yield(testdir, cmd_opts):
382+
def test_async_yield_fixture(testdir, cmd_opts):
383383
test_file = """
384384
from twisted.internet import reactor, defer
385385
import pytest
@@ -418,7 +418,7 @@ def test_succeed(foo):
418418

419419

420420
@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):
422422
test_file = """
423423
from twisted.internet import reactor, defer
424424
import pytest

0 commit comments

Comments
 (0)