We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6f0aa commit 917c353Copy full SHA for 917c353
1 file changed
skrub/conftest.py
@@ -252,10 +252,8 @@ def use_fit_transform(request):
252
def _reset_config_to_base():
253
"""Autouse fixture that resets config to base_config before each test.
254
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.
+ This ensures that tests run in isolation, don't affect each other's
+ configuration state, and clean up after themselves.
259
"""
260
set_config(**BASE_CONFIG)
261
yield
0 commit comments