| Current Path : /usr/local/python-3.12/lib/python3.12/site-packages/pandas/tests/io/json/ |
| Current File : //usr/local/python-3.12/lib/python3.12/site-packages/pandas/tests/io/json/conftest.py |
import pytest
@pytest.fixture(params=["split", "records", "index", "columns", "values"])
def orient(request):
"""
Fixture for orients excluding the table format.
"""
return request.param