MCPcopy Create free account
hub / github.com/aws/aws-cli / ptk_app_session

Function ptk_app_session

tests/conftest.py:41–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39
40@pytest.fixture
41def ptk_app_session():
42 with create_pipe_input() as pipe_input:
43 output = DummyOutput()
44 try:
45 with create_app_session(
46 input=pipe_input, output=output
47 ) as session:
48 yield session
49 finally:
50 pipe_input.close()

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected