/ open-webui.git
/ app
/ env
/ lib64
/ python3.11
/ site-packages
/ pandas
/ tests
/ io
/ json
/ conftest.py
Run
Starting...
Stop
View File
Save
import pytest @pytest.fixture(params=["split", "records", "index", "columns", "values"]) def orient(request): """ Fixture for orients excluding the table format. """ return request.param
Memory