/ open-webui.git
/ app
/ env
/ lib64
/ python3.11
/ site-packages
/ pandas
/ tests
/ reshape
/ concat
/ conftest.py
Run
Starting...
Stop
View File
Save
import pytest @pytest.fixture(params=[True, False]) def sort(request): """Boolean sort keyword for concat and DataFrame.append.""" return request.param
Memory