Files
sirh/venv/lib/python3.12/site-packages/pandas/tests/io/json/conftest.py

10 lines
205 B
Python
Raw Normal View History

2026-04-29 11:52:03 +02:00
import pytest
@pytest.fixture(params=["split", "records", "index", "columns", "values"])
def orient(request):
"""
Fixture for orients excluding the table format.
"""
return request.param