Your IP : 216.73.217.90


Current Path : /usr/local/python-3.13/lib/python3.13/site-packages/pandas/tests/reshape/concat/
Upload File :
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