AIM-PIbd-32-Kurbanova-A-A/aimenv/Lib/site-packages/pandas/tests/io/json/conftest.py
2024-10-02 22:15:59 +04:00

10 lines
205 B
Python

import pytest
@pytest.fixture(params=["split", "records", "index", "columns", "values"])
def orient(request):
"""
Fixture for orients excluding the table format.
"""
return request.param