Skip to content

Commit 1218f28

Browse files
Update skrub/conftest.py
Co-authored-by: Jérôme Dockès <jerome@dockes.org>
1 parent 6f6f0aa commit 1218f28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skrub/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def use_fit_transform(request):
249249

250250

251251
@pytest.fixture(autouse=True)
252-
def _reset_config_to_base():
252+
def reset_config_to_base():
253253
"""Autouse fixture that resets config to base_config before each test.
254254
255255
This ensures that tests run in isolation and don't affect each other's

0 commit comments

Comments
 (0)