Skip to content

Commit 917c353

Browse files
committed
rewording comment
1 parent 6f6f0aa commit 917c353

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

skrub/conftest.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,8 @@ def use_fit_transform(request):
252252
def _reset_config_to_base():
253253
"""Autouse fixture that resets config to base_config before each test.
254254
255-
This ensures that tests run in isolation and don't affect each other's
256-
configuration state, even when running in parallel or in different orders.
257-
This prevents race conditions where one test's config changes could leak
258-
into another test's execution.
255+
This ensures that tests run in isolation, don't affect each other's
256+
configuration state, and clean up after themselves.
259257
"""
260258
set_config(**BASE_CONFIG)
261259
yield

0 commit comments

Comments
 (0)