Tox Testing
JSON →Executes tox commands to run Python tests with pytest. Requires the TOX_APP_DIR environment variable to be set.
Tools · 1
- run_tox_tests Execute tox tests with various modes and options. Supports different execution modes: all (run all tests or tests from a specific group), file (run tests from a specific file), case (run a specific test case), directory (run all tests in a specified directory). Test groups supported: clients (client-related tests), api (API endpoint tests), auth (authentication tests), uploads (upload functionality tests), routes (route handler tests).
Links
★ 5 GitHub stars