projektAI/venv/Lib/site-packages/pandas/tests/arrays/categorical/conftest.py
2021-06-06 22:13:05 +02:00

8 lines
166 B
Python

import pytest
@pytest.fixture(params=[True, False])
def allow_fill(request):
"""Boolean 'allow_fill' parameter for Categorical.take"""
return request.param