| Current Path : /usr/local/python-3.13/lib/python3.13/site-packages/pandas/tests/reshape/concat/ |
| Current File : //usr/local/python-3.13/lib/python3.13/site-packages/pandas/tests/reshape/concat/conftest.py |
import pytest
@pytest.fixture(params=[True, False])
def sort(request):
"""Boolean sort keyword for concat and DataFrame.append."""
return request.param