Your IP : 216.73.216.74


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