projektAI/venv/Lib/site-packages/pandas/tests/reshape/concat/conftest.py

8 lines
162 B
Python
Raw Normal View History

2021-06-06 22:13:05 +02:00
import pytest
@pytest.fixture(params=[True, False])
def sort(request):
"""Boolean sort keyword for concat and DataFrame.append."""
return request.param