Skip to content

Commit 444141d

Browse files
committed
Unshadow test_inlineCallbacks
There are two functions named `test_inlineCallbacks` in this file. The second doesn't test `inlineCallbacks`, it tests the twisted_greenlet fixture. I think the effect of the name being shadowed is that only the second test is currently being run. (I confess to not having tested this change.)
1 parent ecd9fcc commit 444141d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def test_succeed(foo):
8888
assert outcomes.get("failed") == 1
8989

9090

91-
def test_inlineCallbacks(testdir):
91+
def test_twisted_greenlet(testdir):
9292
testdir.makepyfile("""
9393
import pytest, greenlet
9494

0 commit comments

Comments
 (0)