We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c128eb5 commit 6c8eeedCopy full SHA for 6c8eeed
pandas/tests/io/excel/test_writers.py
@@ -33,7 +33,7 @@ def path(ext):
33
yield file_path
34
35
36
-@pytest.fixture
+@pytest.fixture(autouse=True)
37
def set_engine(engine, ext):
38
"""Fixture to set engine for use in each test case.
39
0 commit comments