Skip to content

Commit 2aeb5b5

Browse files
committed
Added autouse to set_engine fixture
1 parent cb8c85d commit 2aeb5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/excel/test_writers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def path(ext):
3232
yield file_path
3333

3434

35-
@pytest.fixture
35+
@pytest.fixture(autouse=True)
3636
def set_engine(engine, ext):
3737
"""Fixture to set engine for use in each test case.
3838

0 commit comments

Comments
 (0)