MCPcopy
hub / github.com/langroid/langroid / test_table_chat_agent_dataframe

Function test_table_chat_agent_dataframe

tests/main/test_table_chat_agent.py:120–125  ·  view source on GitHub ↗
(test_settings: Settings, fn_api, mock_dataframe)

Source from the content-addressed store, hash-verified

118
119@pytest.mark.parametrize("fn_api", [True, False])
120def test_table_chat_agent_dataframe(test_settings: Settings, fn_api, mock_dataframe):
121 set_global(test_settings)
122 _test_table_chat_agent(
123 fn_api=fn_api,
124 tabular_data=mock_dataframe,
125 )
126
127
128@pytest.mark.parametrize("fn_api", [True, False])

Callers

nothing calls this directly

Calls 2

set_globalFunction · 0.90
_test_table_chat_agentFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…