Skip to content

Commit ef62074

Browse files
Add missing file
1 parent ea45245 commit ef62074

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pandas/tests/apply/conftest.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import pytest
2+
3+
from pandas.tests.apply.common import MockEngineDecorator
4+
5+
6+
@pytest.fixture(params=[None, MockEngineDecorator])
7+
def engine(request):
8+
return request.param

0 commit comments

Comments
 (0)