# ToolsIntegrationTests

> **Class** in `langchain_tests`

📖 [View in docs](https://reference.langchain.com/python/langchain-tests/integration_tests/tools/ToolsIntegrationTests)

Base class for tools integration tests.

## Signature

```python
ToolsIntegrationTests()
```

## Extends

- `ToolsTests`

## Methods

- [`test_invoke_matches_output_schema()`](https://reference.langchain.com/python/langchain-tests/integration_tests/tools/ToolsIntegrationTests/test_invoke_matches_output_schema)
- [`test_async_invoke_matches_output_schema()`](https://reference.langchain.com/python/langchain-tests/integration_tests/tools/ToolsIntegrationTests/test_async_invoke_matches_output_schema)
- [`test_invoke_no_tool_call()`](https://reference.langchain.com/python/langchain-tests/integration_tests/tools/ToolsIntegrationTests/test_invoke_no_tool_call)
- [`test_async_invoke_no_tool_call()`](https://reference.langchain.com/python/langchain-tests/integration_tests/tools/ToolsIntegrationTests/test_async_invoke_no_tool_call)

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/9f232caa7a8fe1ca042a401942d5d90d54ceb1a6/libs/standard-tests/langchain_tests/integration_tests/tools.py#L9)