tox-testing

tox-testing

3.3

If you are the rightful owner of tox-testing and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An MCP server that executes tox commands to run python tests within a project using pytest.

The Tox Testing MCP Server is designed to facilitate the execution and management of Python tests using the Model Context Protocol (MCP). It leverages the tox testing tool to run tests in various modes, such as running all tests, tests from a specific file, or a particular test case. This server is particularly useful for developers who need a streamlined way to manage their testing processes within a Python project. By integrating with tools like VSCode and Cline, it provides a seamless experience for running and debugging tests, ensuring that developers can focus on writing and maintaining high-quality code.

Features

  • Execute tox tests with various modes and options
  • Supports different execution modes: all, file, case, directory
  • Test groups supported: clients, api, auth, uploads, routes
  • Configuration options for timeout and application directory
  • Integration with VSCode and Cline for efficient test management

Tools

  1. run_tox_tests

    Execute tox tests with various modes and options