Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urllib3/urllib3
/ test
Function
test
noxfile.py:119–121 ·
view source on GitHub ↗
(session: nox.Session)
Source
from the content-addressed store, hash-verified
117
]
118
)
119
def
test(session: nox.Session) -> None:
120
session.env[
"UV_PROJECT_ENVIRONMENT"
] = session.virtualenv.location
121
tests_impl(session)
122
123
124
@nox.session(python=
"3"
)
Callers
1
wrapper
Function · 0.85
Calls
1
tests_impl
Function · 0.85
Tested by
no test coverage detected