Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoPackAI/autopack
/ load_env
Function
load_env
tests/conftest.py:22–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
21
@pytest.fixture(autouse=True, scope=
"session"
)
22
def
load_env():
23
load_dotenv()
24
25
26
@pytest.fixture(autouse=True)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected