run_tox_tests
Execute Python tests using pytest with configurable modes like all, file, case, or directory. Supports specific test groups including clients, API, auth, uploads, and routes.
Instructions
Run tox tests with different modes and options
Input Schema
Name | Required | Description | Default |
---|---|---|---|
directory | No | Directory containing tests to run (required for directory mode) | |
group | No | Test group to run in all mode (defaults to clients) | |
mode | Yes | Test execution mode | |
testCase | No | Specific test case to run (required for case mode) | |
testFile | No | Specific test file to run (required for file and case modes) |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Tox Testing MCP Server
Related Tools
- @privsim/mcp-test-runner
- @yzfly/mcp-python-interpreter
- @yzfly/mcp-python-interpreter
- @yonaka15/mcp-pyodide
- @maxim-saplin/mcp_safe_local_python_executor