[svn r63889] renaming/streamlining missing event usage
--HG-- branch : trunk
This commit is contained in:
@@ -3,7 +3,7 @@ pytest_plugins = "pytester"
|
||||
from py.__.execnet.gateway import ExecnetAPI
|
||||
|
||||
class TestExecnetEvents:
|
||||
def test_popengateway_events(self, _pytest):
|
||||
def test_popengateway(self, _pytest):
|
||||
rec = _pytest.getcallrecorder(ExecnetAPI)
|
||||
gw = py.execnet.PopenGateway()
|
||||
call = rec.popcall("pyexecnet_gateway_init")
|
||||
|
||||
Reference in New Issue
Block a user