Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/theskumar/python-dotenv
/ dotenv_file
Function
dotenv_file
tests/conftest.py:13–16 ·
view source on GitHub ↗
(tmp_path)
Source
from the content-addressed store, hash-verified
11
12
@pytest.fixture
13
def
dotenv_file(tmp_path):
14
file_ = tmp_path /
'.env'
15
file_.write_bytes(b
''
)
16
yield
str(file_)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected