Files
mnote/wolai-backend/.venv312/Lib/site-packages/pandas/tests/io/json/conftest.py
T

10 lines
205 B
Python
Raw Normal View History

2025-12-08 19:56:24 +08:00
import pytest
@pytest.fixture(params=["split", "records", "index", "columns", "values"])
def orient(request):
"""
Fixture for orients excluding the table format.
"""
return request.param