Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
8cfbe89b
Unverified
Commit
8cfbe89b
authored
Nov 14, 2025
by
Xing Liu
Committed by
GitHub
Nov 14, 2025
Browse files
[Misc] fix comment in test_envs (#28529)
Signed-off-by:
Xing Liu
<
xingliu14@gmail.com
>
parent
fd75d3e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_envs.py
tests/test_envs.py
+1
-1
No files found.
tests/test_envs.py
View file @
8cfbe89b
...
@@ -36,7 +36,7 @@ def test_getattr_with_cache(monkeypatch: pytest.MonkeyPatch):
...
@@ -36,7 +36,7 @@ def test_getattr_with_cache(monkeypatch: pytest.MonkeyPatch):
# Enable envs cache and ignore ongoing environment changes
# Enable envs cache and ignore ongoing environment changes
enable_envs_cache
()
enable_envs_cache
()
# __getattr__ is
not
decorated with functools.cache
# __getattr__ is decorated with functools.cache
assert
hasattr
(
envs
.
__getattr__
,
"cache_info"
)
assert
hasattr
(
envs
.
__getattr__
,
"cache_info"
)
start_hits
=
envs
.
__getattr__
.
cache_info
().
hits
start_hits
=
envs
.
__getattr__
.
cache_info
().
hits
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment