(test_settings: Settings, fn_api, mock_dataframe)
| 118 | |
| 119 | @pytest.mark.parametrize("fn_api", [True, False]) |
| 120 | def 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]) |
nothing calls this directly
no test coverage detected
searching dependent graphs…