Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/theskumar/python-dotenv
/ cli
Function
cli
tests/conftest.py:6–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
5
@pytest.fixture
6
def
cli():
7
runner = CliRunner()
8
with
runner.isolated_filesystem():
9
yield
runner
10
11
12
@pytest.fixture
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected